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

ruby-changes:44446

From: kazu <ko1@a...>
Date: Sat, 29 Oct 2016 00:50:22 +0900 (JST)
Subject: [ruby-changes:44446] kazu:r56519 (trunk): fix typos [ci skip]

kazu	2016-10-29 00:50:14 +0900 (Sat, 29 Oct 2016)

  New Revision: 56519

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56519

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56518)
+++ ChangeLog	(revision 56519)
@@ -11,7 +11,7 @@ Fri Oct 28 23:22:32 2016  Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L11
 Fri Oct 28 16:05:03 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* insns.def (opt_case_dispatch): extract float value only if the
-	  Float method is not redefnined.
+	  Float method is not redefined.
 
 Fri Oct 28 15:58:16 2016  Nobuyoshi Nakada  <nobu@r...>
 
@@ -49,7 +49,7 @@ Thu Oct 27 14:57:33 2016  Kazuki Yamaguc https://github.com/ruby/ruby/blob/trunk/ChangeLog#L49
 Thu Oct 27 09:42:09 2016  Nobuyoshi Nakada  <nobu@r...>
 
 	* object.c (rb_convert_to_integer): convert a fixable float to a
-	  fixnum directly without the convesion method, as well as bignum
+	  fixnum directly without the conversion method, as well as bignum
 	  case.
 
 	* object.c (rb_convert_to_integer): should not drop the converted

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

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