aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/MANUAL_tcltklib.eng
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 01:37:47 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-04-15 01:37:47 +0000
commitd9a2b3480ef03b79ea9070de0646d2372491a915 (patch)
treec91bde622faf36fec66321c9631ff5e3b035da88 /ext/tk/MANUAL_tcltklib.eng
parent14ec77d1793767fb00cdf2f945ec7e5d7a1ae8bc (diff)
downloadruby-d9a2b3480ef03b79ea9070de0646d2372491a915.tar.gz
* doc/contributors.rdoc: fix a typo. Patch by @davydovanton
[fix GH-872][ci skip] * doc/syntax/methods.rdoc: ditto. * ext/digest/sha2/sha2.c: ditto. * ext/socket/ipsocket.c: ditto. * ext/tk/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/MANUAL_tcltklib.eng')
-rw-r--r--ext/tk/MANUAL_tcltklib.eng4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/MANUAL_tcltklib.eng b/ext/tk/MANUAL_tcltklib.eng
index 957e8ec840..94b21950a6 100644
--- a/ext/tk/MANUAL_tcltklib.eng
+++ b/ext/tk/MANUAL_tcltklib.eng
@@ -1,7 +1,7 @@
(tof)
2005/07/05 Hidetoshi NAGAI
-This document discribes about the 'tcltklib' library. Although there
+This document describes about the 'tcltklib' library. Although there
is the 'tcltk' library (tcltk.rb) under this directory, no description
in this document (because it is not maintained recently).
@@ -215,7 +215,7 @@ module TclTklib
mainloop_abort_on_exception=(bool)
: Define whether the eventloop stops on exception or not.
: If true (default value), stops on exception.
- : If false, show a waring message but ignore the exception.
+ : If false, show a warning message but ignore the exception.
: If nil, no warning message and ignore the exception.
: This parameter is sometimes useful when multiple Tk
: interpreters are working. Because the only one eventloop