aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-30 12:40:56 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-08-30 12:40:56 +0000
commitee08ea3bac67aa7f04200d7267808b57c3e098ef (patch)
tree0e7d0b4a53774de1454755a634ded5c995fb2cea /ChangeLog
parent02f8fe2d38ac95ca5b082d0129382fd0648c378a (diff)
downloadruby-ee08ea3bac67aa7f04200d7267808b57c3e098ef.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb0ff89a5b..6f7992c157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,7 +8,7 @@ Tue Aug 30 14:53:34 2016 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (nogvl_fsync, nogvl_fdatasync): on Windows, just ignore if the
fd is associated to non-disk device. if call fsync and/or fdatasync
with such fds, it causes Errno::EBADF exception and the behavior is
- incomatible with ruby 2.1 and earlier unintendedly introduced.
+ incompatible with ruby 2.1 and earlier unintentionally introduced.
Tue Aug 30 03:38:35 2016 NARUSE, Yui <naruse@ruby-lang.org>