From e6c2da74e6e6aea10035df83ac77fbb21a75b4f4 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 4 Oct 2011 05:17:45 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7d94f736c6..544fef4aaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -59,7 +59,7 @@ Tue Oct 4 06:29:55 2011 Aaron Patterson Tue Oct 4 06:20:19 2011 Aaron Patterson * 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 @@ -128,7 +128,7 @@ Sat Oct 1 09:48:53 2011 CHIKANAGA Tomoyuki * 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 @@ -139,7 +139,7 @@ Thu Sep 29 11:53:56 2011 Nobuyoshi Nakada * 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 @@ -196,7 +196,7 @@ Tue Sep 27 03:50:19 2011 Ayumu AIZAWA Tue Sep 27 03:32:27 2011 Ayumu AIZAWA - * 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.