aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad
diff options
context:
space:
mode:
authorTomas Janousek <tomi@nomi.cz>2009-12-11 19:25:15 +0100
committerTomas Janousek <tomi@nomi.cz>2009-12-11 19:25:15 +0100
commit5501cfcbf77e4b23aca8e8338224d3e64dbed589 (patch)
tree413477d41de525cb41b320523927876ff576dcd3 /XMonad
parent249235206c604d4404aab4c8acd01c0bec7ecfac (diff)
downloadXMonadContrib-5501cfcbf77e4b23aca8e8338224d3e64dbed589.tar.gz
XMonadContrib-5501cfcbf77e4b23aca8e8338224d3e64dbed589.tar.xz
XMonadContrib-5501cfcbf77e4b23aca8e8338224d3e64dbed589.zip
X.A.GridSelect: documentation typo fix
Ignore-this: 521bef2a73a9e969d7a96defb555177b spotted by Justin on IRC darcs-hash:20091211182515-c9ff5-01b20f90615b7f88f1c61f521a2e60f8670777af.gz
Diffstat (limited to 'XMonad')
-rw-r--r--XMonad/Actions/GridSelect.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Actions/GridSelect.hs b/XMonad/Actions/GridSelect.hs
index fdcafda..8cc9f29 100644
--- a/XMonad/Actions/GridSelect.hs
+++ b/XMonad/Actions/GridSelect.hs
@@ -93,13 +93,13 @@ import Data.Word (Word8)
-- > {-# LANGUAGE NoMonomorphismRestriction #-}
-- > import XMonad
-- > ...
--- > gsconfig1 = defaultGSConfig { gs_cellheight = 30, gs_cellWidth = 100 }
+-- > gsconfig1 = defaultGSConfig { gs_cellheight = 30, gs_cellwidth = 100 }
--
-- An example where 'buildDefaultGSConfig' is used instead of 'defaultGSConfig'
-- in order to specify a custom colorizer is @gsconfig2@ (found in
-- "XMonad.Actions.GridSelect#Colorizers"):
--
--- > gsconfig2 colorizer = (buildDefaultGSConfig colorizer) { gs_cellheight = 30, gs_cellWidth = 100 }
+-- > gsconfig2 colorizer = (buildDefaultGSConfig colorizer) { gs_cellheight = 30, gs_cellwidth = 100 }
--
-- > -- | A green monochrome colorizer based on window class
-- > greenColorizer = colorRangeFromClassName