--- 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