From a84d3e84a5ff044d9a890d3dab7c72502b71c1bf Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 17 Dec 2014 11:12:23 +0000 Subject: [PATCH] fix a typo [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: