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

ruby-changes:18074

From: kazu <ko1@a...>
Date: Mon, 6 Dec 2010 19:01:59 +0900 (JST)
Subject: [ruby-changes:18074] Ruby:r30095 (trunk): fix typos

kazu	2010-12-06 19:01:48 +0900 (Mon, 06 Dec 2010)

  New Revision: 30095

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

  Log:
    fix typos

  Modified files:
    trunk/file.c

Index: file.c
===================================================================
--- file.c	(revision 30094)
+++ file.c	(revision 30095)
@@ -1871,7 +1871,7 @@
  *  directory information about the file was changed, not the file
  *  itself).
  *
- *  Note that onn Windows (NTFS), returns creation time (birth time).
+ *  Note that on Windows (NTFS), returns creation time (birth time).
  *
  *     File.ctime("testfile")   #=> Wed Apr 09 08:53:13 CDT 2003
  *
@@ -1896,7 +1896,7 @@
  *  Returns the change time for <i>file</i> (that is, the time directory
  *  information about the file was changed, not the file itself).
  *
- *  Note that onn Windows (NTFS), returns creation time (birth time).
+ *  Note that on Windows (NTFS), returns creation time (birth time).
  *
  *     File.new("testfile").ctime   #=> Wed Apr 09 08:53:14 CDT 2003
  *

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

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