aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutScreens.hs
diff options
context:
space:
mode:
authorMichael Fellinger <m.fellinger@gmail.com>2007-09-11 04:31:58 +0200
committerMichael Fellinger <m.fellinger@gmail.com>2007-09-11 04:31:58 +0200
commit66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5 (patch)
tree1b29da0ff89b6962ddc5a5b0c80cc83d2df932f6 /LayoutScreens.hs
parent597d44710293311df8ea3a39a06b77b37ba551e9 (diff)
downloadXMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.gz
XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.tar.xz
XMonadContrib-66a84f3ee7cc70a152fce3dbc4f8b91f0327f9e5.zip
Fixing some typos and grammar in documentation.
darcs-hash:20070911023158-cbc08-aff6e14b6d1a6e11bbc530565f383d98dee77cff.gz
Diffstat (limited to 'LayoutScreens.hs')
-rw-r--r--LayoutScreens.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LayoutScreens.hs b/LayoutScreens.hs
index 2961b8b..ca489c1 100644
--- a/LayoutScreens.hs
+++ b/LayoutScreens.hs
@@ -30,7 +30,7 @@ import Graphics.X11.Xlib.Extras
-- separate screens. This should definitely be useful for testing the
-- behavior of xmonad under Xinerama, and it's possible that it'd also be
-- handy for use as an actual user interface, if you've got a very large
--- sceen and long for greater flexibility (e.g. being able to see your
+-- screen and long for greater flexibility (e.g. being able to see your
-- email window at all times, a crude mimic of sticky windows).
--
-- You can use this module with the following in your Config.hs file: