Skip to content

Commit 52bda62

Browse files
philderbeasttomjaguarpaw
authored andcommitted
Typo with eiter.
1 parent 2b86ed4 commit 52bda62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Process/Typed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ instance Exception ByteStringOutputException
12771277
-- This method is considered unsafe because the actions it performs on
12781278
-- the underlying process may overlap with the functionality that
12791279
-- @typed-process@ provides. For example the user should not call
1280-
-- 'System.Process.waitForProcess' on the process handle as eiter
1280+
-- 'System.Process.waitForProcess' on the process handle as either
12811281
-- 'System.Process.waitForProcess' or 'stopProcess' will lock.
12821282
-- Additionally, even if process was terminated by the
12831283
-- 'System.Process.terminateProcess' or by sending signal,

0 commit comments

Comments
 (0)