aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-18 12:48:25 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-18 12:48:25 +0000
commit224d0eeb3de343d0dc1f912101d30d6fad2b9426 (patch)
tree99a901db04bf5577780521a64d345a413897c625
parent52c7bbd44460bc8e0c1142204c6740782c36c45e (diff)
downloadruby-224d0eeb3de343d0dc1f912101d30d6fad2b9426.tar.gz
* ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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 <mrkn@mrkn.jp>
* 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 <drbrain@segment7.net>
Fri Aug 12 11:39:35 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
- * 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 <drbrain@segment7.net>