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:
parent
5cebf6d7a6
commit
d103d3a94d
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ module Exception2MessageMapper
|
|||
|
||||
E2MM.def_exception(E2MM,
|
||||
:ErrNotRegisteredException,
|
||||
"not registerd exception(%s)")
|
||||
"not registered exception(%s)")
|
||||
end
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue