summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--ext/sha1/sha1.txt2
-rw-r--r--ext/sha1/sha1.txt.jp5
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 740e00befe..c946adc4a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri May 18 01:03:55 2001 Usaku Nakamura <usa@osb.att.ne.jp>
+
+ * ext/sha1/sha1.txt, ext/sha1/sha1.txt.jp: fix typos.
+
Thu May 17 19:17:11 2001 Akinori MUSHA <knu@iDaemons.org>
* lib/shell.rb, lib/shell/process-controller.rb,
diff --git a/ext/sha1/sha1.txt b/ext/sha1/sha1.txt
index dd13993d53..0ddc0a6ae8 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 2a3e8bef4c..dc3d2e38cc 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