From 8db23b37400493071ce7599f90474f6ea1a26761 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 28 Feb 2005 02:45:23 +0000 Subject: * exception error messages updated. [ruby-core:04497] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'error.c') diff --git a/error.c b/error.c index f4fbb1051..689ae3cf3 100644 --- a/error.c +++ b/error.c @@ -1080,7 +1080,7 @@ void rb_notimplement() { rb_raise(rb_eNotImpError, - "The %s() function is unimplemented on this machine", + "the %s() function is unimplemented on this machine", rb_id2name(ruby_frame->last_func)); } -- cgit