From c81e5864aeec6ea8ece19e33e7984c70bca8b0eb Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 24 Sep 2010 16:05:43 +0000 Subject: [PATCH] fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a31486d711..3ae63e7d70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -158,7 +158,7 @@ Sun Sep 19 06:06:07 2010 Kenta Murata support to specify rounding mode by symbol. * test/bigdecimal/test_bigdecimal.rb (test_mode, test_round): - add tests for avobe changes. + add tests for above changes. Sun Sep 19 05:14:35 2010 Kenta Murata