summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 17:02:01 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-16 17:02:01 +0000
commitd9d3781de0cfac4d0fa5e2dd9c920f7c66a77a3f (patch)
tree2978d416823d3ebfe01580b74a8bd098c5c16dc9
parent87fba4c425b494d3fe42906a0eb97cc8015e0809 (diff)
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ec8b2b53d..58b7921c27 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -264,7 +264,7 @@ Mon Sep 15 14:34:32 2008 NARUSE, Yui <naruse@ruby-lang.org>
Mon Sep 15 13:53:33 2008 NARUSE, Yui <naruse@ruby-lang.org>
- * encoding.c (rb_enc_compatible): accepst other than strings and
+ * encoding.c (rb_enc_compatible): accept other than strings and
regexps. [ruby-core:18595]
* encoding.c (rb_enc_get_index): works files and encodings.
@@ -362,7 +362,7 @@ Sun Sep 14 13:48:03 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* object.c (Init_Object): added metameta-class initialization for
BasicObject, Object, and Module.
The metameta-classes of them are now the metaclass of Class, as the
- metameta-calss of Class is.
+ metameta-class of Class is.
* object.c (boot_defmetametaclass): added.