summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
Diffstat (limited to 'variable.c')
-rw-r--r--variable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c
index b920c6797d..99371f8856 100644
--- a/variable.c
+++ b/variable.c
@@ -257,7 +257,7 @@ rb_path2class(const char *path)
case T_CLASS:
break;
default:
- rb_raise(rb_eTypeError, "%s does not refer class/module", path);
+ rb_raise(rb_eTypeError, "%s does not refer to class/module", path);
}
}