From b452755c5c742f148f0e2373a3109d76c7443c00 Mon Sep 17 00:00:00 2001 From: sorah Date: Mon, 23 May 2011 00:13:56 +0000 Subject: [PATCH] * ChangeLog: fix typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 913012c0f8..45a13fd8a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ Mon May 23 09:03:52 2011 Shota Fukumori Interrupt, immediately puts result and exit. [ruby-dev:43571] * lib/test/unit.rb: When received Interrupt, wait results from workers - and correct them. [ruby-dev:43571] + and collect them. [ruby-dev:43571] Mon May 23 09:08:07 2011 Eric Hodel