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

ruby-changes:17508

From: nobu <ko1@a...>
Date: Sat, 16 Oct 2010 08:39:21 +0900 (JST)
Subject: [ruby-changes:17508] Ruby:r29513 (trunk): * ChangeLog: fixed typo.

nobu	2010-10-16 08:39:11 +0900 (Sat, 16 Oct 2010)

  New Revision: 29513

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

  Log:
    * ChangeLog: fixed typo.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 29512)
+++ ChangeLog	(revision 29513)
@@ -1,7 +1,7 @@
 Sat Oct 16 00:08:00 2010  Koichi Sasada  <ko1@a...>
 
 	* hash.c (rb_hash_aref): skip calling "default" method
-	  if it is not neede for speed-up.
+	  if it is not needed, for speed-up.
 
 Fri Oct 15 23:36:25 2010  Nobuyoshi Nakada  <nobu@r...>
 
@@ -10,7 +10,7 @@
 
 Fri Oct 15 22:54:46 2010  Masaki Suketa <masaki.suketa@n...>
 
-	* ext/win32ole/win32ole.c (ole_hresult2msg): get English message first, 
+	* ext/win32ole/win32ole.c (ole_hresult2msg): get English message first,
 	  instead of system default. [ruby-core:32765]
 
 Fri Oct 15 22:47:31 2010  Nobuyoshi Nakada  <nobu@r...>
@@ -58,7 +58,7 @@
 
 Thu Oct 14 20:50:51 2010  Masaki Suketa <masaki.suketa@n...>
 
-	* ext/win32ole/win32ole.c (reg_get_val): expand environment in 
+	* ext/win32ole/win32ole.c (reg_get_val): expand environment in
 	  the pathname. [Bug #3907]
 
 Thu Oct 14 07:35:07 2010  NARUSE, Yui  <naruse@r...>

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

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