diff --git a/tutorials/graphs/labels1.C b/tutorials/graphs/labels1.C index 3b5d3feec55075b73b9f9fbc0526ee173d53d53b..ee334a14724e8f041c94b61baf31df265b2c618e 100644 --- a/tutorials/graphs/labels1.C +++ b/tutorials/graphs/labels1.C @@ -24,7 +24,7 @@ void labels1() pt->SetTextAlign(12); pt->AddText("Use the axis Context Menu LabelsOption"); pt->AddText(" \"a\" to sort by alphabetic order"); - pt->AddText(" \">\" to sort by decreasing vakues"); - pt->AddText(" \"<\" to sort by increasing vakues"); + pt->AddText(" \">\" to sort by decreasing values"); + pt->AddText(" \"<\" to sort by increasing values"); pt->Draw(); }