From 18c7b993bd07baaffc4cfc4e96169e002c1da5cc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 12 Oct 2015 16:32:52 -0400 Subject: [PATCH] comment typo --- Utility/SimpleProtocol.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utility/SimpleProtocol.hs b/Utility/SimpleProtocol.hs index 2a1dab51d0..708f590e72 100644 --- a/Utility/SimpleProtocol.hs +++ b/Utility/SimpleProtocol.hs @@ -77,7 +77,7 @@ splitWord = separate isSpace {- When a program speaks a simple protocol over stdio, any other output - to stdout (or anything that attempts to read from stdin) - - will mess up the protocol. To avoid that, close stdin, and + - will mess up the protocol. To avoid that, close stdin, - and duplicate stderr to stdout. Return two new handles - that are duplicates of the original (stdin, stdout). -} dupIoHandles :: IO (Handle, Handle)