summaryrefslogtreecommitdiff
path: root/ext/tk/sample/tkextlib/blt/pareto.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/tkextlib/blt/pareto.rb')
-rw-r--r--ext/tk/sample/tkextlib/blt/pareto.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/tkextlib/blt/pareto.rb b/ext/tk/sample/tkextlib/blt/pareto.rb
index 987be45f06..e68cde7992 100644
--- a/ext/tk/sample/tkextlib/blt/pareto.rb
+++ b/ext/tk/sample/tkextlib/blt/pareto.rb
@@ -68,7 +68,7 @@ xdata.zip(ydata){|x, y|
:foreground=>'red4', :anchor=>:center, :yoffset=>-5)
}
-# Display an auxillary y-axis for percentages.
+# Display an auxiliary y-axis for percentages.
b.axis_configure('y2', :hide=>false, :min=>0.0, :max=>100.0,
:title=>'Percentage')