aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/Themes.hs
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@unibz.it>2008-02-08 00:33:41 +0100
committerAndrea Rossato <andrea.rossato@unibz.it>2008-02-08 00:33:41 +0100
commitb86f9938798858bbba6305fc68e2e27a946e4da0 (patch)
treede5c20d413c9a34065f6dcb28314ea3e641792bb /XMonad/Util/Themes.hs
parent9aa2b649633a329155583eeabd00c29445fe6a47 (diff)
downloadXMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.tar.gz
XMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.tar.xz
XMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.zip
Util.Thems: some more typos in comments
darcs-hash:20080207233341-32816-8024b74e572815920cda30ecbecd949ecfe3694b.gz
Diffstat (limited to 'XMonad/Util/Themes.hs')
-rw-r--r--XMonad/Util/Themes.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs
index 8301e6e..0d20e52 100644
--- a/XMonad/Util/Themes.hs
+++ b/XMonad/Util/Themes.hs
@@ -28,9 +28,9 @@ import XMonad.Layout.Decoration
-- $usage
-- This module stores some user contributed themes.
--
--- If you want to use one of the as your default theme in some
--- workspace, you need to substitute defaultTheme with, for instance,
--- (theme smallClean).
+-- If you want to use one of this them as your default theme for one
+-- of your layouts, you need to substitute defaultTheme with, for
+-- instance, (theme smallClean).
--
-- This is an example:
--