summaryrefslogtreecommitdiff
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
commit672fe8315de7ad5e4bab03d07f5fce36b85218a8 (patch)
treec45aec86188335e0787e88a2c31a7c4e97899052
parent02531898987693bd28879c78b3cb660006891186 (diff)
Documentation typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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()