aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tkextlib/iwidgets
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:21 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-27 09:57:21 +0000
commitff9b1f7a08c68b373dae61cbad30ac9eeb49d5ae (patch)
tree9c170e584d31262d1f9030eb402827ad09e5472b /ext/tk/lib/tkextlib/iwidgets
parent5b2e6867ee1ff4e517376f5ad445e943557d30a8 (diff)
downloadruby-ff9b1f7a08c68b373dae61cbad30ac9eeb49d5ae.tar.gz
Documentation typos
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/iwidgets')
-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)