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
commita376b86d5708d0b4babbfa38d47d4dfb28ee2712 (patch)
tree4df50445dc4857e5219cbd8336d842d20ba081fa
parent2f92c3f9a256d19f1cf2ac32d607812c4fe4afe7 (diff)
downloadruby-a376b86d5708d0b4babbfa38d47d4dfb28ee2712.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.