aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-15 07:18:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-15 07:18:07 +0000
commit43f791624a80b8f7b84acdd37e41ec9ae8c1a994 (patch)
treeffa96c92849c3cdf76db43a47eaa8e5d6c26a34a /ChangeLog
parent691ee91c1a8873777bc0dfa544630f30f7d9379a (diff)
downloadruby-43f791624a80b8f7b84acdd37e41ec9ae8c1a994.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38405 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 24227c5bc3..55886a3845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,7 +64,7 @@ Sat Dec 15 08:05:56 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
test_main_thread_status_at_exit, test_thread_status_in_trap,
test_thread_status_raise_after_kill, test_mutex_owned,
test_mutex_owned2): move these tests from TestThreadGroup class
- to TestThread becuase they are not thread group tests.
+ to TestThread because they are not thread group tests.
* test/ruby/test_thread.rb (test_thread_status_raise_after_kill):
add t.join.