aboutsummaryrefslogtreecommitdiffstats
path: root/RotSlaves.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 /RotSlaves.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 'RotSlaves.hs')
-rw-r--r--RotSlaves.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/RotSlaves.hs b/RotSlaves.hs
index e53a185..d26c33e 100644
--- a/RotSlaves.hs
+++ b/RotSlaves.hs
@@ -32,7 +32,7 @@ import XMonad
--
--
-- This operation will rotate all windows except the master window, while the focus
--- stays where it is. It is usefull together with the TwoPane-Layout (see XMonadContrib.TwoPane).
+-- stays where it is. It is useful together with the TwoPane-Layout (see XMonadContrib.TwoPane).
-- %import XMonadContrib.RotSlaves
-- %keybind , ((modMask .|. shiftMask, xK_Tab ), rotSlavesUp)