From 0e6a3991851921260942d06972fcc1fe32fb240f Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 4 Aug 2014 00:07:01 +0000 Subject: * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tkextlib/tcllib/plotchart.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk') diff --git a/ext/tk/lib/tkextlib/tcllib/plotchart.rb b/ext/tk/lib/tkextlib/tcllib/plotchart.rb index 2f3d79d427..d2f3a0da3a 100644 --- a/ext/tk/lib/tkextlib/tcllib/plotchart.rb +++ b/ext/tk/lib/tkextlib/tcllib/plotchart.rb @@ -519,7 +519,7 @@ module Tk::Tcllib::Plotchart class Histogram < XYPlot TkCommandNames = [ 'canvas'.freeze, - '::Plotchart::createHistgram'.freeze + '::Plotchart::createHistogram'.freeze ].freeze end -- cgit v1.2.3