mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
1996a4af69
commit
dc28ce1b0b
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue