From 39244cad90dd9a9e9ee7176f2bdae600bf188d15 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 Jan 2001 08:24:35 +0000 Subject: * error.c: typo git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error.c b/error.c index ef74ff5af..084c39518 100644 --- a/error.c +++ b/error.c @@ -693,7 +693,7 @@ rb_sys_fail(mesg) } void -rb_load_failed(path) +rb_load_fail(path) char *path; { rb_loaderror("%s -- %s", strerror(errno), path); -- cgit