summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 06:00:41 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 06:00:41 +0000
commit36f56996abe5b5c01ca862fcd8efa5c0f6a4f2c8 (patch)
tree829428ef8cf2cdd5566dd6b3d5700e16317f2bd1 /error.c
parentf11665878aaee8ec99f7fbaeba3390f9b849e40b (diff)
* error.c (report_bug): message updated to better English.
[ruby-core:22665] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'error.c')
-rw-r--r--error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.c b/error.c
index 98debd9743..0eec6b322a 100644
--- a/error.c
+++ b/error.c
@@ -216,7 +216,7 @@ report_bug(const char *file, int line, const char *fmt, va_list args)
fprintf(out,
"[NOTE]\n"
- "You may encounter a bug of Ruby interpreter. Bug reports are welcome.\n"
+ "You may have encountered a bug in the Ruby interpreter. Bug reports are welcome.\n"
"For details: http://www.ruby-lang.org/bugreport.html\n\n");
}
}