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

ruby-changes:25845

From: nagachika <ko1@a...>
Date: Wed, 28 Nov 2012 01:20:31 +0900 (JST)
Subject: [ruby-changes:25845] nagachika:r37902 (trunk): * ChangeLog: fix typos for r37867, r37874, r37877 and r37884.

nagachika	2012-11-28 01:20:21 +0900 (Wed, 28 Nov 2012)

  New Revision: 37902

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

  Log:
    * ChangeLog: fix typos for r37867, r37874, r37877 and r37884.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 37901)
+++ ChangeLog	(revision 37902)
@@ -99,7 +99,7 @@
 
 Tue Nov 27 09:29:11 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* thread.c (thread_join): raises ThreadError if target therad
+	* thread.c (thread_join): raises ThreadError if target thread
 	  is a main thread.
 	* test/ruby/test_thread.rb (test_thread_join_main_thread):
 	  test for the above.
@@ -126,7 +126,7 @@
 
 Tue Nov 27 09:17:59 2012  Koichi Sasada  <ko1@a...>
 
-	* NEWS: add TracePont.
+	* NEWS: add TracePoint.
 
 Tue Nov 27 08:16:03 2012  Koichi Sasada  <ko1@a...>
 
@@ -152,7 +152,7 @@
 	  * `line' represents line calculated from cfp.
 	  * `file' represents line calculated from cfp.
 
-	* vm_trace.c: fix to use above data stractures.
+	* vm_trace.c: fix to use above data structures.
 	  No need to calculate klass and id, line and file
 	  pairs for each trace points.
 
@@ -171,7 +171,7 @@
 
 	* thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):
 	  raises ThreadError if called from trap handler as Thread#join.
-	* NEWS: news fot the above.
+	* NEWS: news for the above.
 
 Mon Nov 26 23:55:33 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 

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

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