[前][次][番号順一覧][スレッド一覧]

ruby-changes:7871

From: akr <ko1@a...>
Date: Wed, 17 Sep 2008 02:02:18 +0900 (JST)
Subject: [ruby-changes:7871] Ruby:r19392 (trunk): fix typos.

akr	2008-09-17 02:02:01 +0900 (Wed, 17 Sep 2008)

  New Revision: 19392

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19392

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19391)
+++ ChangeLog	(revision 19392)
@@ -264,7 +264,7 @@
 
 Mon Sep 15 13:53:33 2008  NARUSE, Yui  <naruse@r...>
 
-	* 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 @@
 	* 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.
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]