[前][次][番号順一覧][スレッド一覧]

ruby-changes:41947

From: nagachika <ko1@a...>
Date: Tue, 8 Mar 2016 00:26:43 +0900 (JST)
Subject: [ruby-changes:41947] nagachika:r54021 (trunk): * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.

nagachika	2016-03-08 00:26:38 +0900 (Tue, 08 Mar 2016)

  New Revision: 54021

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54021

  Log:
    * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.
      [ruby-core:72511] [Bug #11891] The patch provided by Akira Matsuda.

  Modified files:
    trunk/ChangeLog
    trunk/ext/tk/lib/tkextlib/tcllib/toolbar.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54020)
+++ ChangeLog	(revision 54021)
@@ -1,7 +1,13 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Mar  8 00:25:08 2016  CHIKANAGA Tomoyuki  <nagachika@r...>
+
+	* 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  <nagachika@r...>
 
 	* 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  <nagachika@r...>
Index: ext/tk/lib/tkextlib/tcllib/toolbar.rb
===================================================================
--- ext/tk/lib/tkextlib/tcllib/toolbar.rb	(revision 54020)
+++ ext/tk/lib/tkextlib/tcllib/toolbar.rb	(revision 54021)
@@ -57,7 +57,7 @@ class Tk::Tcllib::Widget::ToolbarItem < https://github.com/ruby/ruby/blob/trunk/ext/tk/lib/tkextlib/tcllib/toolbar.rb#L57
     }
   end
 
-  def initaialize(parent, *args)
+  def initialize(parent, *args)
     @parent = @t = parent
     @tpath = parent.path
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]