From 75f4731f900f3cee32c38da5d7c919ff5bb6d873 Mon Sep 17 00:00:00 2001 From: charliesome Date: Sat, 28 Dec 2013 08:25:28 +0000 Subject: * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos * ext/fiddle/lib/fiddle/import.rb: ditto * ext/psych/lib/psych.rb: ditto * ext/psych/lib/psych/nodes/sequence.rb: ditto * ext/tk/lib/multi-tk.rb: ditto * ext/tk/lib/tcltk.rb: ditto Closes GH-490 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tcltk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/tk/lib/tcltk.rb') diff --git a/ext/tk/lib/tcltk.rb b/ext/tk/lib/tcltk.rb index 48ec1df09a..f8fbdfbe6d 100644 --- a/ext/tk/lib/tcltk.rb +++ b/ext/tk/lib/tcltk.rb @@ -325,7 +325,7 @@ class TclTkCallback < TclTkObject TclTk._addcallback(self) end - # to_eval(): retuens string representation for @ip._eval_args + # to_eval(): returns string representation for @ip._eval_args def to_eval() if @arg # bind replaces %s before calling ruby_fmt, so %%s is used @@ -349,7 +349,7 @@ class TclTkImage < TclTkCommand # initialize(interp, t, *args): # generating image is done by TclTkImage.new() - # destrying is done by image delete (inconsistent, sigh) + # destroying is done by image delete (inconsistent, sigh) # interp: interpreter(TclTkInterpreter) # t: image type (photo, bitmap, etc.) # *args: command argument -- cgit v1.2.3