summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 06:55:16 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 06:55:16 +0000
commit36f93a0d67ea635458776cc0c01d9dce197fe5ad (patch)
tree8e0eb527192a810351fb621219c3f0ba1324edb5 /ChangeLog
parent051f12d368624fc7b9fc255efe8945e8f23ed25e (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36778 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 f242897e15..a75b67b5e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -93,7 +93,7 @@ Tue Aug 21 10:52:08 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/unit/test.rb (Test::Unit::ProxyError): new exception class to
wrap exceptions raised in workers in parallel test mode.
- * test/unit/parallel.rb (Test::Unit::Worker#puke): use above warpper
+ * test/unit/parallel.rb (Test::Unit::Worker#puke): use above wrapper
exception.
[Bug #6882] [ruby-dev:46054]