[3786] MacRuby/trunk/lib/mkmf.rb
Revision: 3786 http://trac.macosforge.org/projects/ruby/changeset/3786 Author: martinlagardette@apple.com Date: 2010-03-17 11:35:16 -0700 (Wed, 17 Mar 2010) Log Message: ----------- Fixed typo in lib/mkmf.rb - Fixes 7683120 Modified Paths: -------------- MacRuby/trunk/lib/mkmf.rb Modified: MacRuby/trunk/lib/mkmf.rb =================================================================== --- MacRuby/trunk/lib/mkmf.rb 2010-03-17 18:22:13 UTC (rev 3785) +++ MacRuby/trunk/lib/mkmf.rb 2010-03-17 18:35:16 UTC (rev 3786) @@ -357,7 +357,7 @@ def try_do(src, command, &b) unless have_devel? raise <<MSG -The complier failed to generate an executable file. +The compiler failed to generate an executable file. You have to install development tools first. MSG end
participants (1)
-
source_changes@macosforge.org