From 8297e310df087846e7db4e5b5056850a701b7e28 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 3 Sep 2013 04:24:00 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44e7994118..14041bfa1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,7 +52,7 @@ Tue Sep 3 08:20:46 2013 NARUSE, Yui Tue Sep 3 07:49:25 2013 Akinori MUSHA - * numeric.c (NUM_STEP_SCAN_ARGS): On sencond thought, keep + * numeric.c (NUM_STEP_SCAN_ARGS): On second thought, keep Numeral#step backward compatible in that it raises TypeError when nil is given as second argument. @@ -79,7 +79,7 @@ Tue Sep 3 07:31:29 2013 Akinori MUSHA Tue Sep 3 07:28:49 2013 Tanaka Akira - * internal.h (bit_length): Add casts to fix complation error with + * internal.h (bit_length): Add casts to fix compilation error with clang 3.0 -Werror,-Wshorten-64-to-32. [ruby-dev:47687] reported by SASADA Koichi. @@ -88,7 +88,7 @@ Tue Sep 3 03:17:26 2013 Koichi Sasada * vm_insnhelper.c (vm_search_super_method): use ci->argc instead of ci->orig_argc. ci->argc can be changed by splat arguments. [ruby-list:49575] - This fix should be applied to Ruby 2.0.0 seriese. + This fix should be applied to Ruby 2.0.0 series. * test/ruby/test_super.rb: add a test for above. @@ -104,7 +104,7 @@ Mon Sep 2 23:46:29 2013 Akinori MUSHA Mon Sep 2 23:46:10 2013 Nobuyoshi Nakada * parse.y (parser_str_options): use valid suffix word only, as well as - numeric literal, for the backward comatibility. + numeric literal, for the backward compatibility. Mon Sep 2 22:55:59 2013 Tanaka Akira