Skip to content

Commit 90dec6b

Browse files
committed
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
[ruby-core:72510] [Bug ruby#11890] The patch provided by Akira Matsuda. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 52cf7cd commit 90dec6b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Tue Mar 8 00:21:58 2016 CHIKANAGA Tomoyuki <[email protected]>
2+
3+
* ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.
4+
[ruby-core:72510] [Bug #11890] The patch provided by Akira Matsuda.
5+
6+
17
Tue Mar 8 00:11:47 2016 CHIKANAGA Tomoyuki <[email protected]>
28

39
* ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505]

ext/tk/lib/tkextlib/blt/tree.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def self.new(name = nil)
636636
}
637637
end
638638

639-
def initialzie(name = nil)
639+
def initialize(name = nil)
640640
if name
641641
@path = @id = name
642642
else

0 commit comments

Comments
 (0)