aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Groups.hs
diff options
context:
space:
mode:
authorDaniel Wagner <daniel@wagner-home.com>2010-10-07 03:19:57 +0200
committerDaniel Wagner <daniel@wagner-home.com>2010-10-07 03:19:57 +0200
commite894a806defd56ed07c40ebd1292b847b64ee4be (patch)
tree942ea47882a983c9ee062721e32efb5ae5bc65b3 /XMonad/Layout/Groups.hs
parent55c005c2843c396f9a434ca2b77cfe04791f5da1 (diff)
downloadXMonadContrib-e894a806defd56ed07c40ebd1292b847b64ee4be.tar.gz
XMonadContrib-e894a806defd56ed07c40ebd1292b847b64ee4be.tar.xz
XMonadContrib-e894a806defd56ed07c40ebd1292b847b64ee4be.zip
minor documentation fixes
Ignore-this: c5c046933f318f5a14f063ca387601b9 darcs-hash:20101007011957-76d51-ab28ea5c58b183de7dd35833b2e5bdb25411900a.gz
Diffstat (limited to 'XMonad/Layout/Groups.hs')
-rw-r--r--XMonad/Layout/Groups.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Groups.hs b/XMonad/Layout/Groups.hs
index 984aa46..4545866 100644
--- a/XMonad/Layout/Groups.hs
+++ b/XMonad/Layout/Groups.hs
@@ -79,7 +79,7 @@ import Control.Monad (forM)
-- notion of the order of windows, which is completely separate
-- from XMonad's. For this reason, operations like 'XMonad.StackSet.SwapUp'
-- will have no visible effect, and those like 'XMonad.StackSet.focusUp'
--- will focus the windows in an imprevisible order. For a better way of
+-- will focus the windows in an unpredictable order. For a better way of
-- rearranging windows and moving focus in such a layout, see the
-- example 'ModifySpec's (to be passed to the 'Modify' message) provided
-- by this module.