From 477ac70445bcebc96d76a73dd1bee50e990f9391 Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Thu, 18 Jun 2009 02:37:29 +0200 Subject: Correct many typos in the documentation, consistent US spellingg Ignore-this: cf6dcf340fa6cc010f7879f188d376f5 darcs-hash:20090618003729-1499c-c927c08cda268b94b350f6419a64df8ca1e863d4.gz --- XMonad/Util/EZConfig.hs | 4 ++-- XMonad/Util/Font.hsc | 2 +- XMonad/Util/Run.hs | 2 +- XMonad/Util/Scratchpad.hs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) (limited to 'XMonad/Util') 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 () -- for some real examples of use. @@ -220,7 +220,7 @@ removeMouseBindings conf mouseBindingList = -- > - -- -- 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. -- -- > -- > 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: -- -- cgit v1.2.3