summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 10:13:57 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-26 10:13:57 +0000
commit577e64a874a39ab8a3946660ac50bb3993a7e174 (patch)
treec429fa30fe3bee391936fa3ed3f958e19bc7114a
parentde3b735720941048d1a5d0f3cb924c4909227282 (diff)
Fix well-knwon typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b88a31219..5011693a6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,7 +33,7 @@ Fri Sep 26 17:07:04 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* error.c (Init_syserr): moved to the template.
(errno_missing): removed. fixed [ruby-dev:35958].
- * defs/knwon_errors.def: added. extracted from Init_syserr.
+ * defs/known_errors.def: added. extracted from Init_syserr.
* templates/known_errors.inc.tmpl: added. Template for Init_syserr.
c.f. [ruby-dev:35958].
@@ -629,7 +629,7 @@ Fri Sep 19 20:48:06 2008 Yuki Sonoda <yugui@yugui.jp>
* ext/bigdecimal/bigdecimal.c: ditto.
- * lib/rdoc/knwon_classes.rb: removed the entry for Precision.
+ * lib/rdoc/known_classes.rb: removed the entry for Precision.
* test/ruby/test_prec.rb: removed.
@@ -23692,11 +23692,11 @@ Thu Aug 23 00:04:45 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Aug 22 15:59:44 2007 Koichi Sasada <ko1@atdot.net>
* bootstraptest/test_knownbug.rb:
- fix typo of filename (test_knwonbug.rb).
+ fix typo of filename (test_knownbug.rb).
Wed Aug 22 14:04:53 2007 Koichi Sasada <ko1@atdot.net>
- * bootstraptest/test_knwonbug.rb: added. This file will contain
+ * bootstraptest/test_knownbug.rb: added. This file will contain
test cases which point out known bug. If bug is fixed, tests
should move to the suitable place.