diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-08 02:01:04 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2007-11-08 02:01:04 +0100 |
commit | fd62a73b108de48b5beb6b3667c8ce2c14c00fb4 (patch) | |
tree | 2add955d378a90c503d4cafb464a56c0946d6c57 | |
parent | 04c3480fd2c80837a2beeae5b3e2459479f09242 (diff) | |
download | XMonadContrib-fd62a73b108de48b5beb6b3667c8ce2c14c00fb4.tar.gz XMonadContrib-fd62a73b108de48b5beb6b3667c8ce2c14c00fb4.tar.xz XMonadContrib-fd62a73b108de48b5beb6b3667c8ce2c14c00fb4.zip |
DynamicLog: typo in docs
darcs-hash:20071108010104-32816-2e1884dfa2a040f0df8bb17416887b9d3e93b8bb.gz
Diffstat (limited to '')
-rw-r--r-- | XMonad/Hooks/DynamicLog.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/XMonad/Hooks/DynamicLog.hs b/XMonad/Hooks/DynamicLog.hs index 2164080..f6bf4b6 100644 --- a/XMonad/Hooks/DynamicLog.hs +++ b/XMonad/Hooks/DynamicLog.hs @@ -74,7 +74,7 @@ makeSimpleDzenConfig = do -- | -- -- Run xmonad with a dzen status bar set to some nice defaults. Output --- it taken fromthe dynamicLogWithPP hook. +-- it taken from the dynamicLogWithPP hook. -- -- > main = dzen xmonad -- |