diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rw-r--r-- | ext/md5/md5.txt.jp | 2 | ||||
| -rw-r--r-- | ext/sha1/sha1.txt.jp | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Thu May 17 07:27:09 2001 Akinori MUSHA <knu@iDaemons.org> + + * ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: + s/SuperClass/Superclass/. + Thu May 17 07:21:44 2001 Akinori MUSHA <knu@iDaemons.org> * ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68: diff --git a/ext/md5/md5.txt.jp b/ext/md5/md5.txt.jp index abdf0d961..fdb4bcc04 100644 --- a/ext/md5/md5.txt.jp +++ b/ext/md5/md5.txt.jp @@ -5,7 +5,7 @@ RFC1321に記述されているRSA Data Security, Inc. の MD5 Message-Digest Algorithmを実装するクラス。 -SuperClass: Object +Superclass: Object Class Methods: diff --git a/ext/sha1/sha1.txt.jp b/ext/sha1/sha1.txt.jp index ca6013ca4..2a3e8bef4 100644 --- a/ext/sha1/sha1.txt.jp +++ b/ext/sha1/sha1.txt.jp @@ -6,7 +6,7 @@ FIPS PUB 180-1に記述されているNIST (the US' National Institute of Standards and Technology) の SHA1 Secure Hash Algorithm Algorithmを実装 するクラス。 -SuperClass: Object +Superclass: Object Class Methods: |
