summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-09 08:24:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-01-09 08:24:35 +0000
commit254004fd9e8ce2f2aca10a2bd5b79288101f84fa (patch)
tree2223730c8543b0ae0696d9153a26a56950eeacf7 /error.c
parentd110e3f55192c0a538740153f1ba7d8adcf29a2c (diff)
* error.c: typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1096 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 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);