aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/iwidgets/shell.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tkextlib/iwidgets/shell.rb')
-rw-r--r--ext/tk/lib/tkextlib/iwidgets/shell.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/lib/tkextlib/iwidgets/shell.rb b/ext/tk/lib/tkextlib/iwidgets/shell.rb
index f09e7d4d31..b3f8dc7fbe 100644
--- a/ext/tk/lib/tkextlib/iwidgets/shell.rb
+++ b/ext/tk/lib/tkextlib/iwidgets/shell.rb
@@ -20,7 +20,7 @@ class Tk::Iwidgets::Shell
WidgetClassNames[WidgetClassName] ||= self
def activate
- tk_call(@path, 'activate') # may return val of deactibate method
+ tk_call(@path, 'activate') # may return val of deactivate method
end
def center(win=None)