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

ruby-changes:22148

From: ayumin <ko1@a...>
Date: Tue, 3 Jan 2012 15:54:02 +0900 (JST)
Subject: [ruby-changes:22148] ayumin:r34197 (trunk): * process.c: Fix typo. patch from Aviv Ben-Yosef.

ayumin	2012-01-03 15:53:49 +0900 (Tue, 03 Jan 2012)

  New Revision: 34197

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

  Log:
    * process.c: Fix typo. patch from Aviv Ben-Yosef.

  Modified files:
    trunk/ChangeLog
    trunk/process.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34196)
+++ ChangeLog	(revision 34197)
@@ -1,3 +1,7 @@
+Tue Jan 03 15:50:12 2012  Ayumu AIZAWA  <ayumu.aizawa@g...>
+
+	* process.c: Fix typo. patch from Aviv Ben-Yosef.
+
 Tue Jan  3 13:43:37 2012  KOSAKI Motohiro  <kosaki.motohiro@g...>
 
 	* tool/merger.rb: allow r0123 style revision number.
Index: process.c
===================================================================
--- process.c	(revision 34196)
+++ process.c	(revision 34197)
@@ -3277,7 +3277,7 @@
  *  This is different from fd.
  *  For example, :err=>:out means redirecting child stderr to parent stdout.
  *  But :err=>[:child, :out] means redirecting child stderr to child stdout.
- *  They differs if stdout is redirected in the child process as follows.
+ *  They differ if stdout is redirected in the child process as follows.
  *
  *    # stdout and stderr is redirected to log file.
  *    # The file "log" is opened just once.

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

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