1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nagai 2014-08-04 00:07:01 +00:00
parent 477e28ccc7
commit 0e6a399185

View file

@ -519,7 +519,7 @@ module Tk::Tcllib::Plotchart
class Histogram < XYPlot
TkCommandNames = [
'canvas'.freeze,
'::Plotchart::createHistgram'.freeze
'::Plotchart::createHistogram'.freeze
].freeze
end