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

ruby-changes:16044

From: akr <ko1@a...>
Date: Mon, 24 May 2010 23:02:23 +0900 (JST)
Subject: [ruby-changes:16044] Ruby:r27993 (trunk): fix typo.

akr	2010-05-24 23:02:07 +0900 (Mon, 24 May 2010)

  New Revision: 27993

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

  Log:
    fix typo.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 27992)
+++ ChangeLog	(revision 27993)
@@ -10,7 +10,7 @@
 
 Mon May 24 09:19:59 2010  NAKAMURA Usaku  <usa@r...>
 
-	* gc.c (gc_sweep): suppres a warning on VC.
+	* gc.c (gc_sweep): suppress a warning on VC.
 
 Mon May 24 08:16:02 2010  Nobuyoshi Nakada  <nobu@r...>
 
@@ -226,7 +226,7 @@
 
 Sun May 16 17:16:09 2010  Yusuke Endoh  <mame@t...>
 
-	* proc.c (proc_binding): don't propagative filename and line_no of
+	* proc.c (proc_binding): don't propagate filename and line_no of
 	  binding that is created from C level.  [ruby-dev:41322]
 
 	* vm_eval.c (eval_string_with_cref): ditto.
@@ -444,7 +444,7 @@
 
 Mon May 10 03:36:56 2010  Yusuke Endoh  <mame@t...>
 
-	* vm_eval.c (eval_string_with_cref): propagative filename and line_no
+	* vm_eval.c (eval_string_with_cref): propagate filename and line_no
 	  of binding.  [ruby-dev:38767] [ruby-core:28307]
 
 	* vm_core.h (rb_binding_t), proc.c: add filename and line_no fields to
@@ -554,7 +554,7 @@
 	* NEWS (io/console): IO#noecho and IO#raw without block are
 	  obsolete already.  [ruby-dev:41226]
 
-	* ext/io/console/console.c (ttymode): save dupped file descriptors
+	* ext/io/console/console.c (ttymode): save duped file descriptors
 	  and restore tty modes using them, so that original modes can be
 	  restored even if original fds are closed.  [ruby-dev:41225]
 
@@ -10996,7 +10996,7 @@
 
 Fri Jul  3 19:48:40 2009  Tadayoshi Funaba  <tadf@d...>
 
-	* complex.c: undef-ed shome methods.  [ruby-core:24110]
+	* complex.c: undef-ed some methods.  [ruby-core:24110]
 
 	* complex.c (Numeric#arg): NaN for NaN.  [ruby-core:24116]
 

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

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