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

ruby-changes:13390

From: akr <ko1@a...>
Date: Tue, 29 Sep 2009 22:45:46 +0900 (JST)
Subject: [ruby-changes:13390] Ruby:r25160 (trunk): fix typos.

akr	2009-09-29 22:45:28 +0900 (Tue, 29 Sep 2009)

  New Revision: 25160

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

  Log:
    fix typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 25159)
+++ ChangeLog	(revision 25160)
@@ -88,7 +88,7 @@
 
 Mon Sep 28 19:36:20 2009  NAKAMURA Usaku  <usa@r...>
 
-	* win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns
+	* win32/win32.c (LK_ERR): with overlapped I/O, LockFileEx() returns
 	  ERROR_IO_PENDING if the file is locked.
 
 Mon Sep 28 19:05:05 2009  Martin Duerst  <duerst@i...>
@@ -163,7 +163,7 @@
 
 Sun Sep 27 05:35:17 2009  NARUSE, Yui  <naruse@r...>
 
-	* ext/json/ext/generator/generator.c: Documention patch by okkez.
+	* ext/json/ext/generator/generator.c: Documentation patch by okkez.
 	  [Bug #2075]
 
 Sun Sep 27 04:20:55 2009  NARUSE, Yui  <naruse@r...>
@@ -245,7 +245,7 @@
 
 Fri Sep 25 13:04:46 2009  Nobuyoshi Nakada  <nobu@r...>
 
-	* proc.c (mnew): fix for instance method of Module, BasicObjec
+	* proc.c (mnew): fix for instance method of Module, BasicObject
 	  and subclass of a class which overrides respond_to_missing?.
 	  based on a patch from Nikolai Lugovoi <nlugovoi AT gmail.com> in
 	  [ruby-core:25748].

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

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