aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 04:24:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-03 04:24:00 +0000
commit8297e310df087846e7db4e5b5056850a701b7e28 (patch)
treeccb5a69dc91094c5fe47aa81f0bdb6ff6e547ea7 /ChangeLog
parentef82e52776be38f20f9b958d907b832617238ee6 (diff)
downloadruby-8297e310df087846e7db4e5b5056850a701b7e28.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files 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 <naruse@ruby-lang.org>
Tue Sep 3 07:49:25 2013 Akinori MUSHA <knu@iDaemons.org>
- * 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 <knu@iDaemons.org>
Tue Sep 3 07:28:49 2013 Tanaka Akira <akr@fsij.org>
- * 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 <ko1@atdot.net>
* 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 <knu@iDaemons.org>
Mon Sep 2 23:46:10 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* 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 <akr@fsij.org>