summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 05:46:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-16 05:46:28 +0000
commit89ff3c2541e12eb86b3a92b37801159d32b7fbd2 (patch)
tree19324d8449764dd3061d4f886c4998b6d4dce68b
parent26101288eb58100ff394413a391fa6389e12a2ec (diff)
downloadruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.tar.gz
ruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.tar.xz
ruby-89ff3c2541e12eb86b3a92b37801159d32b7fbd2.zip
* lib/e2mmap.rb (E2MM.def_e2message): typo.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/e2mmap.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f5e5ff298..a58231720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 16 14:46:25 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * lib/e2mmap.rb (E2MM.def_e2message): typo.
+
Mon Jun 16 09:43:27 2008 Akinori MUSHA <knu@iDaemons.org>
* enumerator.c (enumerator_with_object, Init_Enumerator):
diff --git a/lib/e2mmap.rb b/lib/e2mmap.rb
index ca660a608..b8d1d44f3 100644
--- a/lib/e2mmap.rb
+++ b/lib/e2mmap.rb
@@ -105,7 +105,7 @@ module Exception2MessageMapper
# {[class, exp] => message, ...}
@MessageMap = {}
- # E2MM.def_exception(k, e, m)
+ # E2MM.def_e2message(k, e, m)
# k: class to define exception under.
# e: exception
# m: message_form