summaryrefslogtreecommitdiff
path: root/marshal.c
diff options
context:
space:
mode:
Diffstat (limited to 'marshal.c')
-rw-r--r--marshal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/marshal.c b/marshal.c
index a22ddf244f..7374fadcdd 100644
--- a/marshal.c
+++ b/marshal.c
@@ -851,7 +851,7 @@ marshal_load(argc, argv)
v = rb_ensure(load, (VALUE)&arg, load_ensure, (VALUE)&arg);
}
else {
- rb_raise(rb_eTypeError, "Old marshal file format (can't read)");
+ rb_raise(rb_eTypeError, "old marshal file format (can't read)");
}
return v;