summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby.c b/ruby.c
index 690b63189c..cf13eee20a 100644
--- a/ruby.c
+++ b/ruby.c
@@ -1740,7 +1740,7 @@ static void
warn_cr_in_shebang(const char *str, long len)
{
if (str[len-1] == '\n' && str[len-2] == '\r') {
- rb_warn("shebang line ends with \\r may cause a problem");
+ rb_warn("shebang line ending with \\r may cause problems");
}
}
#else