diff options
author | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-17 11:20:10 +0000 |
---|---|---|
committer | a_matsuda <a_matsuda@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-17 11:20:10 +0000 |
commit | d103d3a94d683b4c5b0a0e1eb33f96297217bca2 (patch) | |
tree | db773420621a46cb9c272390d4810d76650c2503 | |
parent | 5cebf6d7a6f3a7277f26cc266534b96dae7ae4ff (diff) |
* 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
-rw-r--r-- | lib/e2mmap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb index 3473a1c844..b75c431f92 100644 --- a/lib/e2mmap.rb +++ b/lib/e2mmap.rb @@ -170,7 +170,7 @@ module Exception2MessageMapper E2MM.def_exception(E2MM, :ErrNotRegisteredException, - "not registerd exception(%s)") + "not registered exception(%s)") end |