aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--XMonad/Actions/RotSlaves.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Actions/RotSlaves.hs b/XMonad/Actions/RotSlaves.hs
index 95ef1f4..1dd1ce3 100644
--- a/XMonad/Actions/RotSlaves.hs
+++ b/XMonad/Actions/RotSlaves.hs
@@ -12,7 +12,7 @@
-- and keep the focus in place.
-----------------------------------------------------------------------------
module XMonad.Actions.RotSlaves (
- -- $usag
+ -- $usage
rotSlaves', rotSlavesUp, rotSlavesDown,
rotAll', rotAllUp, rotAllDown
) where