aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Named.hs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--XMonad/Layout/Named.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Layout/Named.hs b/XMonad/Layout/Named.hs
index 265f39c..1056111 100644
--- a/XMonad/Layout/Named.hs
+++ b/XMonad/Layout/Named.hs
@@ -31,7 +31,7 @@ import XMonad
-- to some layout:
--
-- > myLayouts = Named "real big" Full ||| etc..
--- > main = xmonad dafaultConfig { layoutHook = myLayouts }
+-- > main = xmonad defaultConfig { layoutHook = myLayouts }
--
-- For more detailed instructions on editing the layoutHook see:
--