summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-17 16:05:49 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-17 16:05:49 +0000
commit6109c561d19f938ca96de50a27bdf115665865b9 (patch)
tree70ce8293e4e8f15fa425c7f88ceb2b17d764103c /ext
parent6ec4367d110fabc42e113ec3c1a5ca973c858c96 (diff)
* ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/sha1/sha1.txt2
-rw-r--r--ext/sha1/sha1.txt.jp5
2 files changed, 3 insertions, 4 deletions
diff --git a/ext/sha1/sha1.txt b/ext/sha1/sha1.txt
index dd13993d5..0ddc0a6ae 100644
--- a/ext/sha1/sha1.txt
+++ b/ext/sha1/sha1.txt
@@ -1,4 +1,4 @@
-.\" sha1.doc - -*- Indented-Text -*- created at: Thu Mat 17 06:51:50 JST 2001
+.\" sha1.doc - -*- Indented-Text -*- created at: Thu May 17 06:51:50 JST 2001
** SHA1(Class)
diff --git a/ext/sha1/sha1.txt.jp b/ext/sha1/sha1.txt.jp
index 2a3e8bef4..dc3d2e38c 100644
--- a/ext/sha1/sha1.txt.jp
+++ b/ext/sha1/sha1.txt.jp
@@ -1,10 +1,9 @@
-.\" sha1.doc - -*- Indented-Text -*- created at: Thu Mat 17 06:51:50 JST 2001
+.\" sha1.doc - -*- Indented-Text -*- created at: Thu May 17 06:51:50 JST 2001
** SHA1(クラス)
FIPS PUB 180-1に記述されているNIST (the US' National Institute of
-Standards and Technology) の SHA1 Secure Hash Algorithm Algorithmを実装
-するクラス。
+Standards and Technology) の SHA1 Secure Hash Algorithmを実装するクラス。
Superclass: Object