ruby-changes:41946
From: nagachika <ko1@a...>
Date: Tue, 8 Mar 2016 00:23:31 +0900 (JST)
Subject: [ruby-changes:41946] nagachika:r54020 (trunk): * ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
nagachika 2016-03-08 00:23:25 +0900 (Tue, 08 Mar 2016) New Revision: 54020 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54020 Log: * ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo. [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda. Modified files: trunk/ChangeLog trunk/ext/tk/lib/tkextlib/blt/tree.rb Index: ext/tk/lib/tkextlib/blt/tree.rb =================================================================== --- ext/tk/lib/tkextlib/blt/tree.rb (revision 54019) +++ ext/tk/lib/tkextlib/blt/tree.rb (revision 54020) @@ -636,7 +636,7 @@ module Tk::BLT https://github.com/ruby/ruby/blob/trunk/ext/tk/lib/tkextlib/blt/tree.rb#L636 } end - def initialzie(name = nil) + def initialize(name = nil) if name @path = @id = name else Index: ChangeLog =================================================================== --- ChangeLog (revision 54019) +++ ChangeLog (revision 54020) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki <nagachika@r...> + + * ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo. + [ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda. + + Tue Mar 8 00:11:47 2016 CHIKANAGA Tomoyuki <nagachika@r...> * ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/