ruby-changes:41101
From: hsbt <ko1@a...>
Date: Fri, 18 Dec 2015 09:44:59 +0900 (JST)
Subject: [ruby-changes:41101] hsbt:r53176 (trunk): * ext/pty/pty.c: fix double words typo.
hsbt 2015-12-18 09:44:52 +0900 (Fri, 18 Dec 2015) New Revision: 53176 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=53176 Log: * ext/pty/pty.c: fix double words typo. [ci skip][fix GH-1157] Patch by @jwworth Modified files: trunk/ChangeLog trunk/ext/pty/pty.c Index: ChangeLog =================================================================== --- ChangeLog (revision 53175) +++ ChangeLog (revision 53176) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Dec 18 09:44:47 2015 SHIBATA Hiroshi <hsbt@r...> + + * ext/pty/pty.c: fix double words typo. + [ci skip][fix GH-1157] Patch by @jwworth + Fri Dec 18 09:42:45 2015 SHIBATA Hiroshi <hsbt@r...> * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. Index: ext/pty/pty.c =================================================================== --- ext/pty/pty.c (revision 53175) +++ ext/pty/pty.c (revision 53176) @@ -579,7 +579,7 @@ pty_detach_process(struct pty_info *info https://github.com/ruby/ruby/blob/trunk/ext/pty/pty.c#L579 * * In the block form these same values will be yielded to the block: * - * +r+:: A readable IO that that contains the command's + * +r+:: A readable IO that contains the command's * standard output and standard error * +w+:: A writable IO that is the command's standard input * +pid+:: The process identifier for the command. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/