From 97d1dbada38e1c3a49059eefbcd2f506253de0cf Mon Sep 17 00:00:00 2001 From: a_matsuda Date: Sun, 27 Dec 2015 09:57:30 +0000 Subject: Typos in messages git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53333 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 17a2a9130a..02851f727f 100644 --- a/ext/tk/extconf.rb +++ b/ext/tk/extconf.rb @@ -1619,7 +1619,7 @@ def search_X_libraries puts("Can't find X11 libraries. ") if use_tkConfig && TkConfig_Info['TK_XLIBSW'] && !TkConfig_Info['TK_XLIBSW'].strip.empty? - puts("But, try to use TK_XLIBSW information (believe tkCOnfig.sh).") + puts("But, try to use TK_XLIBSW information (believe tkConfig.sh).") ($libs ||= "") << " " << TkConfig_Info['TK_XLIBSW'] << " " else puts("So, can't make tcltklib.so which is required by Ruby/Tk.") -- cgit v1.2.3