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

ruby-changes:18740

From: kazu <ko1@a...>
Date: Thu, 3 Feb 2011 09:34:44 +0900 (JST)
Subject: [ruby-changes:18740] Ruby:r30767 (trunk): fix typos

kazu	2011-02-03 09:25:33 +0900 (Thu, 03 Feb 2011)

  New Revision: 30767

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 30766)
+++ ChangeLog	(revision 30767)
@@ -56,7 +56,7 @@
 Tue Feb  1 13:20:39 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* test/benchmark/test_benchmark.rb (#capture_bench_output):
-	  Added explict sleep. Windows have imprecise time support.
+	  Added explicit sleep. Windows have imprecise time support.
 	  Thus Tms.new.Add!{} may be or may be not equal 0. The
 	  test failure started since r30747.
 
@@ -79,7 +79,7 @@
 
 Tue Feb  1 00:10:30 2011  NARUSE, Yui  <naruse@r...>
 
-	* lib/benchmark.rb: fix benchmarck to work with current ruby.
+	* lib/benchmark.rb: fix benchmark to work with current ruby.
 	  patched by Benoit Daloze [ruby-core:33846] [ruby-dev:43143]
 	  merged from https://github.com/eregon/ruby/commits/benchmark
 
@@ -148,7 +148,7 @@
 	* array.c (rb_ary_uniq_bang): call ARY_SET_LEN(ary, 0) before
 	  ary_resize_capa because ary_resize_capa expects resized length is
 	  smaller than current array length. call rb_ary_unshare before
-	  ary_resize_capa because ary_resize_capa losts the reference to
+	  ary_resize_capa because ary_resize_capa lost the reference to
 	  original shared array. [ruby-core:34997]
 
 Sun Jan 30 17:19:46 2011  Tanaka Akira  <akr@f...>
@@ -240,7 +240,7 @@
 
 Sat Jan 29 01:36:41 2011  Yusuke Endoh  <mame@t...>
 
-	* variable.c (rb_const_set): const_set shoud preserve constant
+	* variable.c (rb_const_set): const_set should preserve constant
 	  visibility.  see [ruby-core:32912].
 
 	* test/ruby/test_module.rb: add a test for above.

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

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