summaryrefslogtreecommitdiff
path: root/lib/mkmf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mkmf.rb')
-rw-r--r--lib/mkmf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 5e347a7dbc..e0b665a2f2 100644
--- a/lib/mkmf.rb
+++ b/lib/mkmf.rb
@@ -362,7 +362,7 @@ end
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