From 254004fd9e8ce2f2aca10a2bd5b79288101f84fa Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 Jan 2001 08:24:35 +0000 Subject: [PATCH] * error.c: typo git-svn-id: svn+ssh://ci.ruby-lang.org/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 ef74ff5af0..084c395184 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);