Skip to content
Snippets Groups Projects
Commit 198a6bd2 authored by Rene Brun's avatar Rene Brun
Browse files

Fix typos

git-svn-id: http://root.cern.ch/svn/root/trunk@23791 27541ba8-7e3a-0410-8455-c3a389f83636
parent 047855bf
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ void labels1() ...@@ -24,7 +24,7 @@ void labels1()
pt->SetTextAlign(12); pt->SetTextAlign(12);
pt->AddText("Use the axis Context Menu LabelsOption"); pt->AddText("Use the axis Context Menu LabelsOption");
pt->AddText(" \"a\" to sort by alphabetic order"); pt->AddText(" \"a\" to sort by alphabetic order");
pt->AddText(" \">\" to sort by decreasing vakues"); pt->AddText(" \">\" to sort by decreasing values");
pt->AddText(" \"<\" to sort by increasing vakues"); pt->AddText(" \"<\" to sort by increasing values");
pt->Draw(); pt->Draw();
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment