aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 13:30:13 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-03-09 13:30:13 +0000
commit75b61aa31646a2b598a5a64f3eeacdd0799e51ff (patch)
treea6d75cce4ceb8b8ec0a66d6cc1973b06a694e9ea /ChangeLog
parent47c00f30ab97724c77216eea02ffdfa9d17316f2 (diff)
downloadruby-75b61aa31646a2b598a5a64f3eeacdd0799e51ff.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54066 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 de6a2cecd4..3e73d3b08f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -109,7 +109,7 @@ Tue Mar 8 16:54:29 2016 NAKAMURA Usaku <usa@ruby-lang.org>
Tue Mar 8 08:13:01 2016 Rei Odaira <Rei.Odaira@gmail.com>
* test/net/imap/test_imap.rb (test_idle_timeout): Because of the
- timeout specified in "imap.idle(0.2)", there is no gurantee that
+ timeout specified in "imap.idle(0.2)", there is no guarantee that
the server thread has done all the work before the client thread
performs the assertions. It depends on the thread scheduling.
Add checks to avoid false positives (on AIX, particularly).