aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Hooks
diff options
context:
space:
mode:
authorJoachim Fasting <joachim.fasting@gmail.com>2007-11-19 14:12:18 +0100
committerJoachim Fasting <joachim.fasting@gmail.com>2007-11-19 14:12:18 +0100
commit066fc2eede43f9f56dd2e5b2ecb9986d2d865782 (patch)
treee9157a462493689c089f7ae3ca193807f92205ad /XMonad/Hooks
parentb2fca2e18ab9479abb4f34fe4551015a30210340 (diff)
downloadXMonadContrib-066fc2eede43f9f56dd2e5b2ecb9986d2d865782.tar.gz
XMonadContrib-066fc2eede43f9f56dd2e5b2ecb9986d2d865782.tar.xz
XMonadContrib-066fc2eede43f9f56dd2e5b2ecb9986d2d865782.zip
Hooks/DynamicLog.hs: minor typo.
darcs-hash:20071119131218-928c4-263f013c9004989dfaffe385ca6fb54e709a9da9.gz
Diffstat (limited to 'XMonad/Hooks')
-rw-r--r--XMonad/Hooks/DynamicLog.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/DynamicLog.hs b/XMonad/Hooks/DynamicLog.hs
index db24655..1ec0dc7 100644
--- a/XMonad/Hooks/DynamicLog.hs
+++ b/XMonad/Hooks/DynamicLog.hs
@@ -75,7 +75,7 @@ makeSimpleDzenConfig = do
-- |
--
-- Run xmonad with a dzen status bar set to some nice defaults. Output
--- it taken from the dynamicLogWithPP hook.
+-- is taken from the dynamicLogWithPP hook.
--
-- > main = dzen xmonad
--