aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Spiral.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Layout/Spiral.hs')
-rw-r--r--XMonad/Layout/Spiral.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Spiral.hs b/XMonad/Layout/Spiral.hs
index 6900af4..b4b3b8a 100644
--- a/XMonad/Layout/Spiral.hs
+++ b/XMonad/Layout/Spiral.hs
@@ -38,7 +38,7 @@ import XMonad.StackSet ( integrate )
-- Then edit your @layoutHook@ by adding the Spiral layout:
--
-- > myLayouts = spiral (1 % 1) ||| etc..
--- > main = xmonad dafaultConfig { layoutHook = myLayouts }
+-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- For more detailed instructions on editing the layoutHook see:
--