Actions
Bug #3819
closed[Patch] Fix mkmf error message typo
Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2010-09-11 trunk 29225) [i386-mswin32_100]
Backport:
Description
=begin¶
lib/mkmf.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/mkmf.rb b/lib/mkmf.rb
index 5e347a7..e0b665a 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¶
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
=begin
This issue was solved with changeset r29241.
Peter, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
Actions
Like0
Like0