diff options
Diffstat (limited to 'XMonad/Util/Run.hs')
-rw-r--r-- | XMonad/Util/Run.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Util/Run.hs b/XMonad/Util/Run.hs index b3f4206..700ee3c 100644 --- a/XMonad/Util/Run.hs +++ b/XMonad/Util/Run.hs @@ -51,7 +51,7 @@ import Control.Monad -- "XMonad.Util.Dzen" -- | Return output if the command succeeded, otherwise return @()@. --- This corresponds to dmenu's notion of exit code 1 for a cancelled invocation. +-- This corresponds to dmenu's notion of exit code 1 for a canceled invocation. runProcessWithInput :: FilePath -> [String] -> String -> IO String runProcessWithInput cmd args input = do (pin, pout, perr, _) <- runInteractiveProcess cmd args Nothing Nothing |