ruby-changes:39658
From: nobu <ko1@a...>
Date: Wed, 2 Sep 2015 17:18:55 +0900 (JST)
Subject: [ruby-changes:39658] nobu:r51739 (trunk): Fix typo in Process.detatch doc [ci skip]
nobu 2015-09-02 17:18:39 +0900 (Wed, 02 Sep 2015) New Revision: 51739 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51739 Log: Fix typo in Process.detatch doc [ci skip] * process.c (proc_detach): [DOC] fix typo "intent" as "intend" in rdoc. [Fix GH-1011] Modified files: trunk/ChangeLog trunk/process.c Index: ChangeLog =================================================================== --- ChangeLog (revision 51738) +++ ChangeLog (revision 51739) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Wed Sep 2 17:18:37 2015 Chris Schneider <chris@c...> + + * process.c (proc_detach): [DOC] fix typo "intent" as "intend" in + rdoc. [Fix GH-1011] + Wed Sep 2 16:58:21 2015 Nobuyoshi Nakada <nobu@r...> * file.c (rb_realpath_internal): use filesystem encoding if the Index: process.c =================================================================== --- process.c (revision 51738) +++ process.c (revision 51739) @@ -1084,7 +1084,7 @@ rb_detach_process(rb_pid_t pid) https://github.com/ruby/ruby/blob/trunk/process.c#L1084 * <code>Process::detach</code> prevents this by setting up a * separate Ruby thread whose sole job is to reap the status of the * process _pid_ when it terminates. Use <code>detach</code> - * only when you do not intent to explicitly wait for the child to + * only when you do not intend to explicitly wait for the child to * terminate. * * The waiting thread returns the exit status of the detached process -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/