aboutsummaryrefslogtreecommitdiffstats
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
commitdc28ce1b0b6cfc531ac2c3d19745d7c7301ed45d (patch)
treee3e8b2b61caac72a8b6aa3c6f869bde00d16b79e
parent1996a4af6930e9376099df8d41f1bb9b2de7a90a (diff)
downloadruby-dc28ce1b0b6cfc531ac2c3d19745d7c7301ed45d.tar.gz
* ext/tk/lib/remote-tk.rb: typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 a39209bc54..c019e26e87 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 0fa713359e..443d66010c 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