[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.1-2-49-gdaefc69

John Goerzen jgoerzen at complete.org
Tue Feb 16 22:45:32 UTC 2010


The following commit has been merged in the master branch:
commit ddad51dcef2f0e04609cc3f69191358ec6f39a2c
Author: John Goerzen <jgoerzen at complete.org>
Date:   Tue Feb 16 15:06:33 2010 -0600

    Typo fix in comments.
    
    Fixes #145.

diff --git a/src/System/Cmd/Utils.hs b/src/System/Cmd/Utils.hs
index d6d303f..2d986b1 100644
--- a/src/System/Cmd/Utils.hs
+++ b/src/System/Cmd/Utils.hs
@@ -166,7 +166,7 @@ warnFail funcname fp args msg =
 {- | Read data from a pipe.  Returns a Handle and a 'PipeHandle'.
 
 When done, you must hClose the handle, and then use either 'forceSuccess' or
-getProcessStatus on the 'PipeHandle'.  Zomeibes will result otherwise.
+getProcessStatus on the 'PipeHandle'.  Zombies will result otherwise.
 
 This function logs as pipeFrom.
 
@@ -215,7 +215,7 @@ pipeFrom fp args =
 to.
 
 When done, you must hClose the handle, and then use either 'forceSuccess' or
-getProcessStatus on the 'PipeHandle'.  Zomeibes will result otherwise.
+getProcessStatus on the 'PipeHandle'.  Zombies will result otherwise.
 
 This function logs as pipeTo.
 
@@ -265,7 +265,7 @@ pipeTo fp args message =
 a 3-tuple of ('PipeHandle', Data From Pipe, Data To Pipe).
 
 When done, you must hClose both handles, and then use either 'forceSuccess' or
-getProcessStatus on the 'PipeHandle'.  Zomeibes will result otherwise.
+getProcessStatus on the 'PipeHandle'.  Zombies will result otherwise.
 
 Hint: you will usually need to ForkIO a thread to handle one of the Handles;
 otherwise, deadlock can result.

-- 
Debian package for MissingH



More information about the Pkg-haskell-commits mailing list