diff options
author | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-08 00:33:41 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@unibz.it> | 2008-02-08 00:33:41 +0100 |
commit | b86f9938798858bbba6305fc68e2e27a946e4da0 (patch) | |
tree | de5c20d413c9a34065f6dcb28314ea3e641792bb | |
parent | 9aa2b649633a329155583eeabd00c29445fe6a47 (diff) | |
download | XMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.tar.gz XMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.tar.xz XMonadContrib-b86f9938798858bbba6305fc68e2e27a946e4da0.zip |
Util.Thems: some more typos in comments
darcs-hash:20080207233341-32816-8024b74e572815920cda30ecbecd949ecfe3694b.gz
-rw-r--r-- | XMonad/Util/Themes.hs | 6 |
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: -- |