summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
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);