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

ruby-changes:20035

From: akr <ko1@a...>
Date: Tue, 14 Jun 2011 19:54:46 +0900 (JST)
Subject: [ruby-changes:20035] akr:r32082 (trunk): fix typos.

akr	2011-06-14 19:54:34 +0900 (Tue, 14 Jun 2011)

  New Revision: 32082

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32081)
+++ ChangeLog	(revision 32082)
@@ -70,7 +70,7 @@
 Mon Jun 13 21:41:05 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* thread_win32.c (native_cond_signal): remove unnecessary rb_bug().
-	  It's addional fix for r32021. [Bug #4696]
+	  It's additional fix for r32021. [Bug #4696]
 
 Mon Jun 13 20:50:49 2011  Martin Bosslet  <Martin.Bosslet@g...>
 
@@ -100,7 +100,7 @@
 
 Mon Jun 13 19:46:21 2011  Keiju Ishitsuka  <keiju@i...>
 
-	* lib/cmath.rb: add new methd Object#real?. fix #3137
+	* lib/cmath.rb: add new method Object#real?. fix #3137
 
 Mon Jun 13 18:52:00 2011  Kenta Murata  <mrkn@m...>
 
@@ -121,7 +121,7 @@
 Mon Jun 13 18:33:04 2011  Tanaka Akira  <akr@f...>
 
 	* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state
-	  to prevent random number sequence repeatation at forked child
+	  to prevent random number sequence repetition at forked child
 	  process which has same pid.
 	  reported by Eric Wong.  [ruby-core:35765]
 
@@ -245,7 +245,7 @@
 	* vm_method.c (rb_method_entry_get_without_cache, rb_method_entry): 
 	  Fill method cache entry with vm state version, and
 	  check current vm state version for method (cache) look up.
-	  This modification speed-up invaridating of global method cache table.
+	  This modification speed-up invalidating of global method cache table.
 	  [Ruby 1.9 - Feature #3905] [ruby-core:36908]
 
 Sun Jun 12 16:19:48 2011  Hidetoshi NAGAI  <nagai@a...>
@@ -270,7 +270,7 @@
 	    1: one thread with one mutex (no contention).
 	    2: two threads with one mutex (contention).
 	    3: 1000 threads with one mutex (huge number of contention)
-	  Abobe removed benchmark was type 3.
+	  Above removed benchmark was type 3.
 	  Therefore, this commit adds type 1 and 2 benchmark.
 
 Sun Jun 12 11:16:59 2011  Tanaka Akira  <akr@f...>

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

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