diff --git a/ChangeLog b/ChangeLog index 6c5ebcab04..71edc3d6d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +Tue Mar 8 00:25:08 2016 CHIKANAGA Tomoyuki + + * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo. + [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda. + + Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki * ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo. - [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda. + [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda. Tue Mar 8 00:11:47 2016 CHIKANAGA Tomoyuki diff --git a/ext/tk/lib/tkextlib/tcllib/toolbar.rb b/ext/tk/lib/tkextlib/tcllib/toolbar.rb index ae05a16e05..a771548db4 100644 --- a/ext/tk/lib/tkextlib/tcllib/toolbar.rb +++ b/ext/tk/lib/tkextlib/tcllib/toolbar.rb @@ -57,7 +57,7 @@ class Tk::Tcllib::Widget::ToolbarItem < TkObject } end - def initaialize(parent, *args) + def initialize(parent, *args) @parent = @t = parent @tpath = parent.path