aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
diff options
context:
space:
mode:
authora_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-28 15:09:51 +0000
committera_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-28 15:09:51 +0000
commitb5ed4cb897ae9e03638e628289d9b681515fad75 (patch)
treec45aec86188335e0787e88a2c31a7c4e97899052 /ext/tk
parent3aa41b55f657d0bb1b3fef20c67d3006e6c45a74 (diff)
downloadruby-b5ed4cb897ae9e03638e628289d9b681515fad75.tar.gz
Documentation typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk')
-rw-r--r--ext/tk/README.macosx-aqua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/README.macosx-aqua b/ext/tk/README.macosx-aqua
index 52edf4dcbf..d727c01a19 100644
--- a/ext/tk/README.macosx-aqua
+++ b/ext/tk/README.macosx-aqua
@@ -10,7 +10,7 @@ This is a known bug of Ruby-1.8.4 release.
When you meet the trouble on your GUI, you'll be able to avoid the trouble
by Tcl/Tk's traditional dialogs.
If you want to do that, please call some of the following bits of script
-after "reqruie 'tk'".
+after "require 'tk'".
=================================================================
# use a traditional dialog for Tk.chooseColor()