Skip to content

Commit

Permalink
Typo with eiter.
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast authored and tomjaguarpaw committed Aug 1, 2022
1 parent 2b86ed4 commit 52bda62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Process/Typed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ instance Exception ByteStringOutputException
-- This method is considered unsafe because the actions it performs on
-- the underlying process may overlap with the functionality that
-- @typed-process@ provides. For example the user should not call
-- 'System.Process.waitForProcess' on the process handle as eiter
-- 'System.Process.waitForProcess' on the process handle as either
-- 'System.Process.waitForProcess' or 'stopProcess' will lock.
-- Additionally, even if process was terminated by the
-- 'System.Process.terminateProcess' or by sending signal,
Expand Down

0 comments on commit 52bda62

Please sign in to comment.