summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-14 13:10:02 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-14 13:10:02 +0000
commit40a98ca132b3f95097b76eca50c8131f10c845b5 (patch)
tree2bd9db0b19e544d13820c1b655d37affab9432c4
parentf09f597422b4130727638e41b1332edac1514642 (diff)
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 918baa9aa7..35641067b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 14 22:09:25 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * ChangeLog: fix typo.
+
Wed May 14 21:49:14 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_object.rb: new tests to achieve over 90% test
@@ -3446,7 +3450,7 @@ Thu Feb 14 00:02:19 2008 Yusuke Endoh <mame@tsg.ne.jp>
[ruby-dev:33763]
* test/ruby/test_proc.rb: add tests to achieve over 70% test coverage
- of time.c.
+ of proc.c.
* test/ruby/test_method.rb: ditto.