[macruby-changes] [3786] MacRuby/trunk/lib/mkmf.rb

source_changes at macosforge.org source_changes at macosforge.org
Wed Mar 17 11:35:17 PDT 2010


Revision: 3786
          http://trac.macosforge.org/projects/ruby/changeset/3786
Author:   martinlagardette at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100317/f196c4ad/attachment.html>


More information about the macruby-changes mailing list