aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-06 02:38:18 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-10-06 02:38:18 +0000
commitdfe1a37df316ef7c3053f9ba5abd66dfb4d721d1 (patch)
tree68a4adf72eb277e0074d18a5f2c2bdc4bf7a2bc3 /ext
parentc6ab1595cff4c59910b2f897d2fe3bb72892eed3 (diff)
downloadruby-dfe1a37df316ef7c3053f9ba5abd66dfb4d721d1.tar.gz
* ext/readline/extconf.rb: Update error message with correct words.
[fix GH-1453][ci skip] Patch by @magikid git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/readline/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/extconf.rb b/ext/readline/extconf.rb
index dfa192ff95..7bba386540 100644
--- a/ext/readline/extconf.rb
+++ b/ext/readline/extconf.rb
@@ -59,7 +59,7 @@ else
have_library("edit", "readline"))) ||
(readline.have_header("editline/readline.h") &&
have_library("edit", "readline"))
- raise "readline nor libedit not found"
+ raise "Neither readline nor libedit was found"
end
end