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

ruby-changes:33069

From: hsbt <ko1@a...>
Date: Sun, 23 Feb 2014 11:26:06 +0900 (JST)
Subject: [ruby-changes:33069] hsbt:r45148 (trunk): * process.c: [DOC] typo fix by @jkassemi [fix GH-544][ci skip]

hsbt	2014-02-23 11:25:59 +0900 (Sun, 23 Feb 2014)

  New Revision: 45148

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

  Log:
    * process.c: [DOC] typo fix by @jkassemi [fix GH-544][ci skip]

  Modified files:
    trunk/process.c
Index: process.c
===================================================================
--- process.c	(revision 45147)
+++ process.c	(revision 45148)
@@ -3386,7 +3386,7 @@ rb_fork_ruby(int *status) https://github.com/ruby/ruby/blob/trunk/process.c#L3386
  *
  *  If fork is not usable, Process.respond_to?(:fork) returns false.
  *
- *  Note that fork(2) is not avaiable on some platforms like Windows and NetBSD 4.
+ *  Note that fork(2) is not available on some platforms like Windows and NetBSD 4.
  *  Therefore you should use spawn() instead of fork().
  */
 

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

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