From 224d0eeb3de343d0dc1f912101d30d6fad2b9426 Mon Sep 17 00:00:00 2001 From: nagachika Date: Thu, 18 Aug 2011 12:48:25 +0000 Subject: [PATCH] * ChangeLog: fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 101cd5ec16..694794beb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,7 +16,7 @@ Wed Aug 17 15:27:00 2011 Kenta Murata * ext/bigdecimal/bigdecimal.c (BigMath_s_log): ditto. - * test/bigdecimal/test_bigdecimal.rb: test for the avobe changes. + * test/bigdecimal/test_bigdecimal.rb: test for the above changes. * test/bigdecimal/testbase.rb (under_gc_stress): add a new utility method to run tests under the condition of GC.stress = true. @@ -139,7 +139,7 @@ Sat Aug 13 01:56:11 2011 Eric Hodel Fri Aug 12 11:39:35 2011 KOSAKI Motohiro - * configure.in: Desbribe "no" configure option for site_ruby + * configure.in: Describe "no" configure option for site_ruby and vendor_ruby. Patch by Vit Ondruch. [Bug #5187][ruby-core:38921] Fri Aug 12 09:00:24 2011 Eric Hodel