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:
parent
477e28ccc7
commit
0e6a399185
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ module Tk::Tcllib::Plotchart
|
|||
class Histogram < XYPlot
|
||||
TkCommandNames = [
|
||||
'canvas'.freeze,
|
||||
'::Plotchart::createHistgram'.freeze
|
||||
'::Plotchart::createHistogram'.freeze
|
||||
].freeze
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue