From d9a2b3480ef03b79ea9070de0646d2372491a915 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 15 Apr 2015 01:37:47 +0000 Subject: * 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 --- ext/tk/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tk/extconf.rb') diff --git a/ext/tk/extconf.rb b/ext/tk/extconf.rb index c6a2dd52ff..12bccd58f7 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -1646,7 +1646,7 @@ def pthread_check() if TclConfig_Info['config_file_path'] if tcl_enable_thread == true - puts("Warning: definiton of tclConfig.sh is ignored, because --enable-tcl-thread option is given.") + puts("Warning: definition of tclConfig.sh is ignored, because --enable-tcl-thread option is given.") elsif tcl_enable_thread == false puts("Warning: definition of tclConfig.sh is ignored, because --disable-tcl-thread option is given.") else -- cgit v1.2.3