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

ruby-changes:42809

From: kazu <ko1@a...>
Date: Mon, 2 May 2016 19:49:26 +0900 (JST)
Subject: [ruby-changes:42809] kazu:r54883 (trunk): fix typos [ci skip]

kazu	2016-05-02 20:46:00 +0900 (Mon, 02 May 2016)

  New Revision: 54883

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

  Log:
    fix typos [ci skip]

  Modified files:
    trunk/ChangeLog
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 54882)
+++ ChangeLog	(revision 54883)
@@ -56,8 +56,8 @@ Sun May  1 23:59:59 2016  Kenta Murata https://github.com/ruby/ruby/blob/trunk/ChangeLog#L56
 Sun May  1 23:51:54 2016  NAKAMURA Usaku  <usa@r...>
 
 	* test/lib/test/unit.rb (Options#non_options): fixed wrong regexp.
-	  if both positives and negatives were specified, postives had to
-	  be spcicifed from the beginning.
+	  if both positives and negatives were specified, positives had to
+	  be specified from the beginning.
 
 Sun May  1 21:00:07 2016  NAKAMURA Usaku  <usa@r...>
 
@@ -73,7 +73,7 @@ Sun May  1 07:30:44 2016  NARUSE, Yui  < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L73
 
 	* string.c (search_nonascii): use nlz on big endian environments.
 
-	* internal.h (nlz_intpr): defined.
+	* internal.h (nlz_intptr): defined.
 
 Sun May  1 00:03:30 2016  NARUSE, Yui  <naruse@r...>
 
@@ -181,7 +181,7 @@ Sat Apr 30 18:44:05 2016  Tanaka Akira https://github.com/ruby/ruby/blob/trunk/ChangeLog#L181
 
 Sat Apr 30 18:11:44 2016  Tanaka Akira  <akr@f...>
 
-	* bignum.c (Init_Bignum): Define Integer#GMP_VERSION.
+	* bignum.c (Init_Bignum): Define Integer::GMP_VERSION.
 
 Sat Apr 30 16:58:18 2016  Tanaka Akira  <akr@f...>
 
@@ -334,7 +334,7 @@ Thu Apr 28 04:49:07 2016  Rei Odaira  <R https://github.com/ruby/ruby/blob/trunk/ChangeLog#L334
 
 Thu Apr 28 01:11:14 2016  NARUSE, Yui  <naruse@r...>
 
-	* time.c: define _DEFAULT_SOURCE because glibc 2.20 depracates
+	* time.c: define _DEFAULT_SOURCE because glibc 2.20 deprecates
 	  _BSD_SOURCE.
 	  https://sourceware.org/glibc/wiki/Release/2.20
 

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

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