guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/01: Fix typo about open-pipe


From: Andy Wingo
Subject: [Guile-commits] 01/01: Fix typo about open-pipe
Date: Mon, 8 Aug 2016 20:22:08 +0000 (UTC)

wingo pushed a commit to branch master
in repository guile.

commit 8f2f8db10b44a8f65a713937bbe3e73d5b92e5a5
Author: sirgazil <address@hidden>
Date:   Mon Aug 8 11:04:03 2016 -0500

    Fix typo about open-pipe
    
    * doc/ref/posix.texi (Pipes): Fix typo.
---
 doc/ref/posix.texi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ref/posix.texi b/doc/ref/posix.texi
index 5ca9402..7383278 100644
--- a/doc/ref/posix.texi
+++ b/doc/ref/posix.texi
@@ -2286,7 +2286,7 @@ For an input pipe, the child's standard output is the 
pipe and
 standard input is inherited from @code{current-input-port}.  For an
 output pipe, the child's standard input is the pipe and standard
 output is inherited from @code{current-output-port}.  In all cases
-cases the child's standard error is inherited from
+the child's standard error is inherited from
 @code{current-error-port} (@pxref{Default Ports}).
 
 If those @code{current-X-ports} are not files of some kind, and hence



reply via email to

[Prev in Thread] Current Thread [Next in Thread]