diff options
author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-10 12:29:48 +0000 |
---|---|---|
committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-01-10 12:29:48 +0000 |
commit | da6ddf240e8c500182f3c9b745db0a265e23e205 (patch) | |
tree | d994c036ccaf14167a915bc2c3ea699d53cf0355 | |
parent | 8cada3837f32941a74a7e20e16247982a27cc212 (diff) |
* ChangeLog: fix a typo for r38761.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Thu Jan 10 17:45:39 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> Thu Jan 10 16:31:20 2013 Shugo Maeda <shugo@ruby-lang.org> * vm_insnhelper.c (vm_search_super_method): raise a TypeError - instead of a NotImplementError if self is not an instance of the + instead of a NotImplementedError if self is not an instance of the current class. [ruby-dev:39772] [Bug #2402] Thu Jan 10 16:47:18 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> |