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

ruby-changes:36798

From: kazu <ko1@a...>
Date: Wed, 17 Dec 2014 20:12:37 +0900 (JST)
Subject: [ruby-changes:36798] kazu:r48879 (trunk): fix a typo [ci skip]

kazu	2014-12-17 20:12:23 +0900 (Wed, 17 Dec 2014)

  New Revision: 48879

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

  Log:
    fix a typo [ci skip]

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 48878)
+++ NEWS	(revision 48879)
@@ -110,7 +110,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L110
     * When flushing file IO with IO#flush, you cannot assume that the metadata
       of the file is updated immediately.  On some platforms (especially
       Windows), it is delayed until the filesystem load is decreased.
-      Use IO#fsync if you want to guarantee updaiting metadata.
+      Use IO#fsync if you want to guarantee updating metadata.
 
 * Math
   * incompatible changes:

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

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