aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util
diff options
context:
space:
mode:
authorAdam Vogt <vogt.adam@gmail.com>2009-06-18 02:37:29 +0200
committerAdam Vogt <vogt.adam@gmail.com>2009-06-18 02:37:29 +0200
commit477ac70445bcebc96d76a73dd1bee50e990f9391 (patch)
tree13dfb89028a9bfcf45e460fc19a1d3119f06a5ac /XMonad/Util
parent8edeefe5acf8468e938a8f6bb882511d00c7ed78 (diff)
downloadXMonadContrib-477ac70445bcebc96d76a73dd1bee50e990f9391.tar.gz
XMonadContrib-477ac70445bcebc96d76a73dd1bee50e990f9391.tar.xz
XMonadContrib-477ac70445bcebc96d76a73dd1bee50e990f9391.zip
Correct many typos in the documentation, consistent US spellingg
Ignore-this: cf6dcf340fa6cc010f7879f188d376f5 darcs-hash:20090618003729-1499c-c927c08cda268b94b350f6419a64df8ca1e863d4.gz
Diffstat (limited to 'XMonad/Util')
-rw-r--r--XMonad/Util/EZConfig.hs4
-rw-r--r--XMonad/Util/Font.hsc2
-rw-r--r--XMonad/Util/Run.hs2
-rw-r--r--XMonad/Util/Scratchpad.hs2
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:
--