fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-05-06 01:22:37 +00:00
parent 3957501d13
commit 912f9dcc22

View File

@ -8,7 +8,7 @@ Sun May 5 18:56:52 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
exceptions.
* vm_insnhelper.c (vm_search_super_method): check the result of
vm_search_superclass and raise execptions on error.
vm_search_superclass and raise exceptions on error.
Sun May 5 16:29:41 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>