From a7fc3f2837abb167bef16dac18fcc0b2c6519ddf Mon Sep 17 00:00:00 2001 From: hsbt Date: Fri, 18 Dec 2015 00:44:52 +0000 Subject: * ext/pty/pty.c: fix double words typo. [ci skip][fix GH-1157] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/pty/pty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 34421f288b..c8aee4ce38 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -579,7 +579,7 @@ pty_detach_process(struct pty_info *info) * * 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. -- cgit v1.2.3