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

ruby-changes:8222

From: akr <ko1@a...>
Date: Fri, 10 Oct 2008 22:21:50 +0900 (JST)
Subject: [ruby-changes:8222] Ruby:r19750 (trunk): fix typos.

akr	2008-10-10 22:21:36 +0900 (Fri, 10 Oct 2008)

  New Revision: 19750

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19749)
+++ ChangeLog	(revision 19750)
@@ -42,7 +42,7 @@
 
 Fri Oct 10 00:11:16 2008  Yusuke Endoh  <mame@t...>
 
-	* transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.
+	* transcode.c (rb_econv_add_converter): remove unnecessary NULL check.
 
 Thu Oct  9 23:53:23 2008  Nobuyoshi Nakada  <nobu@r...>
 
@@ -170,7 +170,7 @@
 	  condition.
 
 	* test/cgi/test_cgi_core.rb: bug fix encoding.
-	  thaks to TAKANO Mitsuhiro <takano32 at jus.or.jp> .
+	  thanks to TAKANO Mitsuhiro <takano32 at jus.or.jp> .
 
 	* test/cgi/test_cgi_multipart.rb: temporary comment in.
 
@@ -462,7 +462,7 @@
 
 	* lib/test/**/*: replaced by miniunit.
 	  miniunit had been temporarily reverted at r19643 but
-	  now recovred.
+	  now recovered.
 
 Sat Oct  4 15:33:26 2008  Yuki Sonoda (Yugui)  <yugui@y...>
 
@@ -524,7 +524,7 @@
 
 	* gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
 
-	* gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
+	* gc.c (rb_gc_call_finalizer_at_exit): defers IO finalization.
 	  [ruby-dev:36646]
 
 Wed Oct  1 19:11:48 2008  Nobuyoshi Nakada  <nobu@r...>
@@ -842,7 +842,7 @@
 Fri Sep 26 11:05:41 2008  NAKAMURA Usaku  <usa@r...>
 
 	* transcode.c, include/ruby/encoding.c (rb_transcode_convertible):
-	  new function. checking the existance of converter.
+	  new function. checking the existence of converter.
 
 Fri Sep 26 10:35:50 2008  Nobuyoshi Nakada  <nobu@r...>
 
@@ -968,7 +968,7 @@
 Wed Sep 24 17:44:44 2008  Nobuyoshi Nakada  <nobu@r...>
 
 	* complex.c (Init_Complex), rational.c (Init_Rational): undefines
-	  default #allocate methods which call the allocater.
+	  default #allocate methods which call the allocator.
 
 Wed Sep 24 17:02:14 2008  Nobuyoshi Nakada  <nobu@r...>
 
@@ -1011,7 +1011,7 @@
 Wed Sep 24 04:45:35 2008  Koichi Sasada  <ko1@a...>
 
 	* include/ruby/node.h, node.h: move node.h from include path.
-	  This change stop to install node.h beacuase of saving ABI
+	  This change stop to install node.h because of saving ABI
 	  (node.h will be changed. Extensions should not depends on
 	   this file).
 
@@ -1082,7 +1082,7 @@
 
 Tue Sep 23 19:38:03 2008  NAKAMURA Usaku  <usa@r...>
 
-	* win32/win32.c (subtruct): check tv_sec. reported by ko1.
+	* win32/win32.c (subtract): check tv_sec. reported by ko1.
 
 Tue Sep 23 19:21:03 2008  Tadayoshi Funaba  <tadf@d...>
 
@@ -1342,7 +1342,7 @@
 
 	* lib/mathn.rb: ditto.
 
-	* lib/complex.rb: ditto. and provides some obsolate methods.
+	* lib/complex.rb: ditto. and provides some obsolete methods.
 
 Sun Sep 21 02:48:45 2008  NARUSE, Yui  <naruse@r...>
 

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

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