From 8f9ff461cf1f8d7e8031f9f5b7755bf154655d74 Mon Sep 17 00:00:00 2001 From: nagachika Date: Tue, 31 May 2011 15:13:02 +0000 Subject: [PATCH] * ChangeLog: fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file 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 * 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 @@ -54,7 +54,7 @@ Tue May 31 21:28:33 2011 Tanaka Akira Tue May 31 17:03:24 2011 Hiroshi Nakamura * 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 .