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

ruby-changes:20236

From: nagachika <ko1@a...>
Date: Wed, 29 Jun 2011 21:38:47 +0900 (JST)
Subject: [ruby-changes:20236] nagachika:r32284 (trunk): * ChangeLog: fix some typos.

nagachika	2011-06-29 21:38:41 +0900 (Wed, 29 Jun 2011)

  New Revision: 32284

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

  Log:
    * ChangeLog: fix some typos.

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 32283)
+++ ChangeLog	(revision 32284)
@@ -52,7 +52,7 @@
 Wed Jun 29 06:09:54 2011  Koichi Sasada  <ko1@a...>
 
 	* error.c (rb_async_bug_errno): async-safe bug report function.
-	  In timer thread, signal handler shoul use it.
+	  In timer thread, signal handler should use it.
 	  The patch is contributed by Eric Wong <normalperson@y...>.
 	  Refs: [ruby-core:37644] and [ruby-core:37647]
 
@@ -64,7 +64,7 @@
 Tue Jun 28 23:46:08 2011  Keiju Ishitsuka  <keiju@i...>
 
 	* lib/tracer.rb: count only non-internal libraries in stack trace,
-	  ignoring custom_require. 
+	  ignoring custom_require.
 
 Tue Jun 28 21:44:58 2011  Keiju Ishitsuka  <keiju@i...>
 
@@ -208,7 +208,7 @@
 Mon Jun 27 11:41:47 2011  NARUSE, Yui  <naruse@r...>
 
 	* thread_pthread.c (rb_thread_create_timer_thread):
-	  the type of retrun value of write(2) is ssize_t.
+	  the type of return value of write(2) is ssize_t.
 
 Mon Jun 27 09:57:02 2011  Koichi Sasada  <ko1@a...>
 
@@ -221,7 +221,7 @@
 	  no waiting thread.  If there are 2 or more runnable threads,
 	  the timer thread does polling.  Avoid polling makes power save
 	  for several computers (0.2W per a Ruby process, when I measured).
-	  If outside-event such as signal or Thread#kill was occuerred
+	  If outside-event such as signal or Thread#kill was occurred
 	  when the timer thread does not do polling, then wake-up
 	  the timer thread using communication-pipe (the timer thread
 	  waits this communication-pipe with select(2)).
@@ -432,7 +432,7 @@
 
 Wed Jun 22 21:29:25 2011  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
-	* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instaed of
+	* ext/socket/depend (SOCK_HEADERS): use $(top_srcdir) instead of
 	  $(topdir). sorry!
 
 Wed Jun 22 19:47:03 2011  NARUSE, Yui  <naruse@r...>
@@ -501,7 +501,7 @@
 
 	* test/openssl/test_buffering.rb
 	* test/openssl/test_pkcs12.rb: Inherit from Test::Unit::TestCase
-	  instead of Mintest::Unit::TestCase. [ruby-core:37275]
+	  instead of MiniTest::Unit::TestCase. [ruby-core:37275]
 	  
 Wed Jun 22 12:41:03 2011  Hiroshi Nakamura  <nahi@r...>
 

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

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