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

ruby-changes:18071

From: kazu <ko1@a...>
Date: Mon, 6 Dec 2010 19:01:49 +0900 (JST)
Subject: [ruby-changes:18071] Ruby:r30092 (trunk): fix typos

kazu	2010-12-06 19:01:40 +0900 (Mon, 06 Dec 2010)

  New Revision: 30092

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30091)
+++ ChangeLog	(revision 30092)
@@ -143,7 +143,7 @@
 Thu Dec  2 21:22:05 2010  NARUSE, Yui  <naruse@r...>
 
 	* encoding.c (enc_alias_internal): free the copied key and
-	  return NULL when given key is already regisitered.
+	  return NULL when given key is already registered.
 
 	* encoding.c (enc_alias): call set_encoding_const only when the
 	  alias is not registered yet.
Index: NEWS
===================================================================
--- NEWS	(revision 30091)
+++ NEWS	(revision 30092)
@@ -19,7 +19,7 @@
 * rb_scan_args() is enhanced with support for option hash argument
   extraction.
 
-* ruby_vm_at_exit() added.  This enables extension libs to hool a VM
+* ruby_vm_at_exit() added.  This enables extension libs to hook a VM
   termination.
 
 === Library updates (outstanding ones only)
@@ -79,7 +79,7 @@
 
 * rexml
   * [incompatible] support Ruby native encoding mechanism
-    and iconv dependency is droped. This means encoding
+    and iconv dependency is dropped. This means encoding
     methods (Document#encoding, XMLDecl#encoding,
     Output#encoding and Source#encoding) return an Encoding
     object instead of an encoding name.

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

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