aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 15:54:50 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-19 15:54:50 +0000
commitdca182f2c43f72e4b6003eee7e61dd4957c956ef (patch)
tree4df50445dc4857e5219cbd8336d842d20ba081fa
parenta3ac9d0bb68ee8723cdd8896489b7808972f1d57 (diff)
downloadruby-dca182f2c43f72e4b6003eee7e61dd4957c956ef.tar.gz
fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1326f4d004..e2c6bdd814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -143,7 +143,7 @@ Sun Oct 18 05:11:22 2015 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* test/ruby/test_require.rb
(TestRequire#test_loading_fifo_threading_raise): rename from
- test_loading_fifo_threading. You souldn't rescue an exception
+ test_loading_fifo_threading. You shouldn't rescue an exception
if you test raise or not.
Moreover, this case should be caught IOError because load(FIFO)
should be blocked until given any input.