From 1a99a75bf38f9cec92a47eba7cd03255488874e0 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 7 Feb 2008 23:33:41 +0000 Subject: [PATCH] Util.Thems: some more typos in comments --- XMonad/Util/Themes.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XMonad/Util/Themes.hs b/XMonad/Util/Themes.hs index 8301e6ec..0d20e52f 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: --