From 903b0ebe228fb782d4ac31279ea8318774fccfc5 Mon Sep 17 00:00:00 2001 From: nagachika Date: Mon, 7 Mar 2016 15:26:38 +0000 Subject: [PATCH] * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo. [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- ext/tk/lib/tkextlib/tcllib/toolbar.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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