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

ruby-changes:17618

From: kazu <ko1@a...>
Date: Fri, 29 Oct 2010 07:41:02 +0900 (JST)
Subject: [ruby-changes:17618] Ruby:r29625 (trunk): fix typos includes

kazu	2010-10-29 07:18:51 +0900 (Fri, 29 Oct 2010)

  New Revision: 29625

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

  Log:
    fix typos includes [ruby-dev:42474]

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29624)
+++ ChangeLog	(revision 29625)
@@ -142,7 +142,7 @@
 	  dynamic size alloca.
 
 	* missing/x86_64-chkstk.s (___chkstk): necessary for alloca of
-	  amd64-mingw32msvc-gcc on Ubutu.
+	  amd64-mingw32msvc-gcc on Ubuntu.
 
 	* thread_win32.c (ruby_alloca_chkstk): check stack overflow
 
@@ -350,7 +350,7 @@
 
 Mon Oct 18 09:57:28 2010  NARUSE, Yui  <naruse@r...>
 
-	* sprintf.c (BSD_vfprintf): wrong padding arround prefix and
+	* sprintf.c (BSD_vfprintf): wrong padding around prefix and
 	  floating point with %a. [ruby-dev:42403] Bug #3956
 
 Sun Oct 17 22:36:33 2010  Tadayoshi Funaba  <tadf@d...>
@@ -542,7 +542,7 @@
 
 	* missing/strchr.c: add strlen's prototype.
 
-	* missing/strtrr.c: ditto.
+	* missing/strstr.c: ditto.
 
 Wed Oct 13 00:21:17 2010  Nobuyoshi Nakada  <nobu@r...>
 
@@ -665,7 +665,7 @@
 
 	* numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit
 	  unsigned int; GB18030 uses MSB. Also note that OnigCodePoint
-	  is defined as uisigned int.
+	  is defined as unsigned int.
 
 Tue Oct 12 12:20:54 2010  NAKAMURA Usaku  <usa@r...>
 

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

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