summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-24 16:19:37 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-24 16:19:37 +0000
commit922a7182d8a3e8bbba01275e634ca25a2143d4fb (patch)
tree2afc1e006aeb2b0ca7648a529c3aa7c27c3693a3
parentd6e985ad0b6d47a914cc9c2f86a14e08fff4c267 (diff)
Fix the previous ChangeLog entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ead45a232f..492426ac74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,9 @@
Fri May 25 00:57:25 2001 Akinori MUSHA <knu@iDaemons.org>
- * ext/sha1/sha1-ruby.c (md5i_new): separate initialize() from
+ * ext/sha1/sha1-ruby.c (sha1_new): separate initialize() from
new().
- * ext/md5/md5init.c (sha1_new): ditto.
+ * ext/md5/md5init.c (md5i_new): ditto.
Fri May 25 00:53:41 2001 Akinori MUSHA <knu@iDaemons.org>