diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
| commit | bda2980b2a99930b4536a08199bbcaafc6391d26 (patch) | |
| tree | 64c86d8e66e893d2578869587c40a29431100a9d /variable.c | |
| parent | 4579551c94c6a522f94e9c2f0538e5478ed32fe7 (diff) | |
Fix grammos regarding the verb "refer".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'variable.c')
| -rw-r--r-- | variable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.c b/variable.c index 3950fdbf8f..f037000c59 100644 --- a/variable.c +++ b/variable.c @@ -274,7 +274,7 @@ rb_path2class(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); } } |
