[前][次][番号順一覧][スレッド一覧]

ruby-changes:20273

From: kazu <ko1@a...>
Date: Thu, 30 Jun 2011 16:31:55 +0900 (JST)
Subject: [ruby-changes:20273] kazu:r32321 (trunk): fix typos

kazu	2011-06-30 16:31:41 +0900 (Thu, 30 Jun 2011)

  New Revision: 32321

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=32321

  Log:
    fix typos

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32320)
+++ ChangeLog	(revision 32321)
@@ -62,7 +62,7 @@
 
 	* 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:09:03 2011  Tanaka Akira  <akr@f...>
 
-	* io.c: supress warnings.
+	* io.c: suppress warnings.
 
 Sat Jun 18 10:22:39 2011  Tanaka Akira  <akr@f...>
 
@@ -1041,7 +1041,7 @@
 	* 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  <usa@r...>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]