summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-18 14:21:43 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-18 14:21:43 +0000
commit47beb63fe283426d6e4e03130a5eb06d770d772b (patch)
tree7058a1a1e6d57c7bfea698c5cb5c9d64d0179fd4
parent8bf9fe27645b3bf58c3b6213dd517cfe28733808 (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cec703f1ec..9eadfb091e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,7 +11,7 @@ Tue Sep 17 15:54:03 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throw):
assertion for throw. MiniTest::Assertions#assert_throws discards
- the cautht value.
+ the caught value.
* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_nothing_thrown):
returns the result of the given block.