diff options
Diffstat (limited to 'XMonad/Util')
-rw-r--r-- | XMonad/Util/EZConfig.hs | 4 | ||||
-rw-r--r-- | XMonad/Util/Font.hsc | 2 | ||||
-rw-r--r-- | XMonad/Util/Run.hs | 2 | ||||
-rw-r--r-- | XMonad/Util/Scratchpad.hs | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/XMonad/Util/EZConfig.hs b/XMonad/Util/EZConfig.hs index b1c1bc5..59d8067 100644 --- a/XMonad/Util/EZConfig.hs +++ b/XMonad/Util/EZConfig.hs @@ -56,7 +56,7 @@ import Text.ParserCombinators.ReadP -- provided, suitable for adding to your 'startupHook', which can warn -- you of any parse errors or duplicate bindings in your keymap. -- --- For more information and usage eamples, see the documentation +-- For more information and usage examples, see the documentation -- provided with each exported function, and check the xmonad config -- archive (<http://haskell.org/haskellwiki/Xmonad/Config_archive>) -- for some real examples of use. @@ -220,7 +220,7 @@ removeMouseBindings conf mouseBindingList = -- > <KP_0>-<KP_9> -- -- Long list of multimedia keys. Please note that not all keys may be --- present in your particular setup althrough most likely they will do. +-- present in your particular setup although most likely they will do. -- -- > <XF86ModeLock> -- > <XF86MonBrightnessUp> diff --git a/XMonad/Util/Font.hsc b/XMonad/Util/Font.hsc index ea1da07..42de67d 100644 --- a/XMonad/Util/Font.hsc +++ b/XMonad/Util/Font.hsc @@ -91,7 +91,7 @@ releaseUtf8Font fs = do d <- asks display io $ freeFontSet d fs --- | When initXMF gets a font name that starts with 'xft:' it switchs to the Xft backend +-- | When initXMF gets a font name that starts with 'xft:' it switches to the Xft backend -- Example: 'xft: Sans-10' initXMF :: String -> X XMonadFont initXMF s = 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 diff --git a/XMonad/Util/Scratchpad.hs b/XMonad/Util/Scratchpad.hs index 11d4d24..1edcc1d 100644 --- a/XMonad/Util/Scratchpad.hs +++ b/XMonad/Util/Scratchpad.hs @@ -83,7 +83,7 @@ scratchpadSpawnActionTerminal term = scratchpadAction $ spawn $ term ++ " -name scratchpad" --- | Action to pop up any program with the user specifiying how to set +-- | Action to pop up any program with the user specifying how to set -- its resource to \"scratchpad\". For example, with gnome-terminal -- bind the following to a key: -- |