summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 08:55:40 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-10 08:55:40 +0000
commitdf0f575e1d1359c75230ab1b70b7ed3059f77306 (patch)
treebc7f10f1e14b365c9e1323549963cd8697c040a2 /variable.c
parent160c230f94919299b1270e90b961c04fc06cc255 (diff)
Fix grammos regarding the verb "refer".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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);
}
}