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

ruby-changes:21347

From: kazu <ko1@a...>
Date: Tue, 4 Oct 2011 14:17:58 +0900 (JST)
Subject: [ruby-changes:21347] kazu:r33396 (trunk): fix typos

kazu	2011-10-04 14:17:45 +0900 (Tue, 04 Oct 2011)

  New Revision: 33396

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 33395)
+++ ChangeLog	(revision 33396)
@@ -59,7 +59,7 @@
 Tue Oct  4 06:20:19 2011  Aaron Patterson <aaron@t...>
 
 	* ext/psych/lib/psych/scalar_scanner.rb: Match values against the
-	  floating point spec defined in YAML to avoid erronious parses.
+	  floating point spec defined in YAML to avoid erroneous parses.
 	* test/psych/test_numeric.rb: corresponding test.
 
 Tue Oct  4 05:59:24 2011  Aaron Patterson <aaron@t...>
@@ -128,7 +128,7 @@
 	* test/ruby/test_gc.rb (test_gc_parameter): add test for it.
 
 	* test/ruby/envutil.rb (assert_normal_exit): add :child_env option to
-	  enable pass environemnt variables to child process.
+	  enable pass environment variables to child process.
 
 Thu Sep 29 13:17:51 2011  Nobuyoshi Nakada  <nobu@r...>
 
@@ -139,7 +139,7 @@
 
 	* gc.c (slot_sweep, rb_gc_finalize_deferred)
 	  (rb_objspace_call_finalizer, rb_gc): run finalizers
-	  sequencially.  [ruby-dev:44562]
+	  sequentially.  [ruby-dev:44562]
 
 Thu Sep 29 20:37:38 2011  Nobuyoshi Nakada  <nobu@r...>
 
@@ -196,7 +196,7 @@
 
 Tue Sep 27 03:32:27 2011  Ayumu AIZAWA  <ayumu.aizawa@g...>
 
-	* test/psych/test_yamldbm.rb: fix #setup and #terdown.
+	* test/psych/test_yamldbm.rb: fix #setup and #teardown.
 	  [Bug #5370] [ruby-core:39730]
 	* test/syck/test_yamldbm.rb: ditto.
 

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

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