summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 04:26:57 +0000
committernagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-26 04:26:57 +0000
commit54baf46b4fa0ec2d9d84a96697c23760c16cbccc (patch)
treee3e8b2b61caac72a8b6aa3c6f869bde00d16b79e
parent71abaf61ece92076045d16087f204c505d1357f8 (diff)
downloadruby-54baf46b4fa0ec2d9d84a96697c23760c16cbccc.tar.gz
ruby-54baf46b4fa0ec2d9d84a96697c23760c16cbccc.tar.xz
ruby-54baf46b4fa0ec2d9d84a96697c23760c16cbccc.zip
* ext/tk/lib/remote-tk.rb: typo fixed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--ext/tk/lib/remote-tk.rb4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a39209bc5..c019e26e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 26 13:24:17 2009 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
+
+ * ext/tk/lib/remote-tk.rb: typo fixed.
+
Mon Oct 26 12:34:08 2009 Yusuke Endoh <mame@tsg.ne.jp>
* ruby.c (usage): -T and -W descriptions updated. see
diff --git a/ext/tk/lib/remote-tk.rb b/ext/tk/lib/remote-tk.rb
index 0fa713359..443d66010 100644
--- a/ext/tk/lib/remote-tk.rb
+++ b/ext/tk/lib/remote-tk.rb
@@ -464,7 +464,7 @@ class RemoteTkIp
def mainloop_watchdog
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
end
- def do_one_evant(flag = nil)
+ def do_one_event(flag = nil)
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
end
def mainloop_abort_on_exception
@@ -500,7 +500,7 @@ class << RemoteTkIp
def mainloop_watchdog(*args)
fail RuntimeError, 'not support "mainloop_watchdog" on the remote interpreter'
end
- def do_one_evant(flag = nil)
+ def do_one_event(flag = nil)
fail RuntimeError, 'not support "do_one_event" on the remote interpreter'
end
def mainloop_abort_on_exception