[前][次][番号順一覧][スレッド一覧]

ruby-changes:30720

From: kazu <ko1@a...>
Date: Tue, 3 Sep 2013 13:24:08 +0900 (JST)
Subject: [ruby-changes:30720] kazu:r42799 (trunk): fix typos

kazu	2013-09-03 13:24:00 +0900 (Tue, 03 Sep 2013)

  New Revision: 42799

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42799

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42798)
+++ ChangeLog	(revision 42799)
@@ -52,7 +52,7 @@ Tue Sep  3 08:20:46 2013  NARUSE, Yui  < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L52
 
 Tue Sep  3 07:49:25 2013  Akinori MUSHA  <knu@i...>
 
-	* 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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L79
 
 Tue Sep  3 07:28:49 2013  Tanaka Akira  <akr@f...>
 
-	* 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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L88
 	* 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 https://github.com/ruby/ruby/blob/trunk/ChangeLog#L104
 Mon Sep  2 23:46:10 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* 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@f...>
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]