From 0c22e9a001dde8bc662b003578ee63b01fcb0d6b Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 30 Jun 2011 07:31:41 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 982f041a64..d7c6291c1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -62,7 +62,7 @@ Thu Jun 30 02:28:11 2011 KOSAKI Motohiro * thread.c (rb_thread_schedule_rec): move interrupt_flag check to rb_thread_schedule(). - And also rename to rb_thead_schedule_limits() and remove + And also rename to rb_thread_schedule_limits() and remove sched_depth argument. It's no longer called recursive. * thread.c (rb_thread_schedule): add to check interrupt_flag as above explained. @@ -810,7 +810,7 @@ Sat Jun 18 11:12:13 2011 Tanaka Akira Sat Jun 18 11:09:03 2011 Tanaka Akira - * io.c: supress warnings. + * io.c: suppress warnings. Sat Jun 18 10:22:39 2011 Tanaka Akira @@ -1041,7 +1041,7 @@ Thu Jun 16 03:08:11 2011 NAKAMURA Usaku * test/testunit/test_parallel.rb (TestParallel::TestParallelWorker# setup): now can run on Windows, probably. - * test/testunit/test_parallel.rb (TestParallel::TestParalle#setup): + * test/testunit/test_parallel.rb (TestParallel::TestParallel#setup): ditto. Thu Jun 16 03:00:26 2011 NAKAMURA Usaku