aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 15:13:02 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-31 15:13:02 +0000
commit8f9ff461cf1f8d7e8031f9f5b7755bf154655d74 (patch)
treea8974fff44bc295c06b4e732d5a0bc4fd6140266
parentd7058e10dc730b101558d21c343d784aaaf98d3f (diff)
downloadruby-8f9ff461cf1f8d7e8031f9f5b7755bf154655d74.tar.gz
* ChangeLog: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 58d2b8af57..a3b787cc37 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,10 +22,10 @@ Tue May 31 23:43:00 2011 Kenta Murata <mrkn@mrkn.jp>
* ext/bigdecimal/bigdecimal.c (BigDecimal_new): support instantiation from a
Rational.
- * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_rationao): add a
+ * test/bigdecimal/test_bigdecimal.rb (test_global_new_with_rational): add a
test for the above change.
- * test/bigdecimal/test_bigdecimal.rb (test_new_with_rationao): ditto.
+ * test/bigdecimal/test_bigdecimal.rb (test_new_with_rational): ditto.
Tue May 31 22:44:00 2011 Kenta Murata <mrkn@mrkn.jp>
@@ -54,7 +54,7 @@ Tue May 31 21:28:33 2011 Tanaka Akira <akr@fsij.org>
Tue May 31 17:03:24 2011 Hiroshi Nakamura <nahi@ruby-lang.org>
* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to wait
- server returning '100 continue' response befor sending HTTP request
+ server returning '100 continue' response before sending HTTP request
body. See NEWS for more detail. See #3622.
Original patch is made by Eric Hodel <drbrain@segment7.net>.