diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-16 22:28:40 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-16 22:28:40 +0000 |
| commit | 49a133a2fd23a34bcd610da97ce96fa07edf1d5d (patch) | |
| tree | beee4a702b0f83155e640a7ce04e88ac46785807 | |
| parent | 7a051f34b9759431cad93b64c5762006720e97c5 (diff) | |
| download | ruby-49a133a2fd23a34bcd610da97ce96fa07edf1d5d.tar.gz ruby-49a133a2fd23a34bcd610da97ce96fa07edf1d5d.tar.xz ruby-49a133a2fd23a34bcd610da97ce96fa07edf1d5d.zip | |
* ext/md5/md5.txt.jp, ext/sha1/sha1.txt.jp: s/SuperClass/Superclass/.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -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: |
