From 87c817fa6f8d15b86d907be4b6b493f11a3e4f4f Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sun, 27 Dec 2015 09:58:58 +0000 Subject: ivar name typo in a Tk sample * ext/tk/sample/tktextio.rb: @opne => @open git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/sample/tktextio.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/tk/sample/tktextio.rb b/ext/tk/sample/tktextio.rb index 552589287b..5b6bb9cc5f 100644 --- a/ext/tk/sample/tktextio.rb +++ b/ext/tk/sample/tktextio.rb @@ -421,7 +421,7 @@ class TkTextIO < TkText nil end def close_write - @open[:w] = false if @opne[:w] + @open[:w] = false if @open[:w] nil end -- cgit v1.2.3