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

ruby-changes:19841

From: kazu <ko1@a...>
Date: Wed, 1 Jun 2011 14:57:13 +0900 (JST)
Subject: [ruby-changes:19841] kazu:r31888 (trunk): fix typos

kazu	2011-06-01 14:57:05 +0900 (Wed, 01 Jun 2011)

  New Revision: 31888

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

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 31887)
+++ ChangeLog	(revision 31888)
@@ -32,7 +32,7 @@
 
 Wed Jun  1 07:34:57 2011  Eric Hodel  <drbrain@s...>
 
-	* hash.c (key_i):  Change rdoc from "the first occurence" to "an
+	* hash.c (key_i):  Change rdoc from "the first occurrence" to "an
 	  occurrence" since first occurrence is not a specification of
 	  Hash#key.  [Ruby 1.9 - Bug #4760]
 
@@ -93,7 +93,7 @@
 Tue May 31 23:43:00 2011  Kenta Murata  <mrkn@m...>
 
 	* ext/bigdecimal/bigdecimal.c (GetVpValueWithPrec): replace the algorithm for
-	  coercing from a Rational to stop requiring "bigecimal/util.rb".
+	  coercing from a Rational to stop requiring "bigdecimal/util.rb".
 	  [ruby-core:34318]
 
 	* ext/bigdecimal/bigdecimal.c (GetVpValue): refactoring.
@@ -503,7 +503,7 @@
 
 Sun May 22 11:44:53 2011  Eric Hodel  <drbrain@s...>
 
-	* ext/pty/pty.c:  Improve documentaton.  Patch by David Copeland.
+	* ext/pty/pty.c:  Improve documentation.  Patch by David Copeland.
 	  [Ruby 1.9 - Bug #4756]
 
 Sun May 22 11:26:39 2011  Eric Hodel  <drbrain@s...>
@@ -898,7 +898,7 @@
 Sun May 15 00:58:47 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 	fix mswin32 build error.
 
-	* missing/setproctitle.c: oadd #ifdef HAVE_UNISTD_H.
+	* missing/setproctitle.c: add #ifdef HAVE_UNISTD_H.
 	* win32/Makefile.sub (MISSING): add setproctitle.obj
 
 Sat May 14 22:45:28 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
@@ -1093,7 +1093,7 @@
 
 Thu May 12 14:47:53 2011  NAKAMURA Usaku  <usa@r...>
 
-	* lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile
+	* lib/mkmf.rb (Logging.postpone): copy only when temporary logfile
 	  exists.
 
 Thu May 12 12:24:22 2011  Nobuhiro Iwamatsu  <iwamatsu@n...>

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

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