summaryrefslogtreecommitdiffstats
path: root/ChangeLog
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
commitcae1450745cfe96d7b615c7fe1b872db4d9e1a44 (patch)
tree2978d416823d3ebfe01580b74a8bd098c5c16dc9 /ChangeLog
parent9bdab0525be96735789f23ab4c86a19fd41eac36 (diff)
downloadruby-cae1450745cfe96d7b615c7fe1b872db4d9e1a44.tar.gz
ruby-cae1450745cfe96d7b615c7fe1b872db4d9e1a44.tar.xz
ruby-cae1450745cfe96d7b615c7fe1b872db4d9e1a44.zip
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ec8b2b53..58b7921c2 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.