fix typos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-16 17:02:01 +00:00
parent 87fba4c425
commit d9d3781de0

View File

@ -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.