1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/e2mmap.rb: Fix typo in an error message

s/registerd/registered/

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-17 11:20:10 +00:00
parent 5cebf6d7a6
commit d103d3a94d

View file

@ -170,7 +170,7 @@ module Exception2MessageMapper
E2MM.def_exception(E2MM,
:ErrNotRegisteredException,
"not registerd exception(%s)")
"not registered exception(%s)")
end