ruby-changes:32186
From: a_matsuda <ko1@a...>
Date: Tue, 17 Dec 2013 20:20:14 +0900 (JST)
Subject: [ruby-changes:32186] a_matsuda:r44265 (trunk): * lib/e2mmap.rb: Fix typo in an error message
a_matsuda 2013-12-17 20:20:10 +0900 (Tue, 17 Dec 2013) New Revision: 44265 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44265 Log: * lib/e2mmap.rb: Fix typo in an error message s/registerd/registered/ Modified files: trunk/lib/e2mmap.rb Index: lib/e2mmap.rb =================================================================== --- lib/e2mmap.rb (revision 44264) +++ lib/e2mmap.rb (revision 44265) @@ -170,7 +170,7 @@ module Exception2MessageMapper https://github.com/ruby/ruby/blob/trunk/lib/e2mmap.rb#L170 E2MM.def_exception(E2MM, :ErrNotRegisteredException, - "not registerd exception(%s)") + "not registered exception(%s)") end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/