aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-17 11:12:23 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-12-17 11:12:23 +0000
commita84d3e84a5ff044d9a890d3dab7c72502b71c1bf (patch)
treeb7d9df799173462afca72f30decc8f75446352f4
parentc28e5f085269f3558d93b1c7c2819834799cf55d (diff)
downloadruby-a84d3e84a5ff044d9a890d3dab7c72502b71c1bf.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 855d058bab..b4ef080249 100644
--- a/NEWS
+++ b/NEWS
@@ -110,7 +110,7 @@ with all sufficient information, see the ChangeLog file.
* 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: