Util.Thems: some more typos in comments

This commit is contained in:
Andrea Rossato
2008-02-07 23:33:41 +00:00
parent 3df63c7376
commit 1a99a75bf3

View File

@@ -28,9 +28,9 @@ import XMonad.Layout.Decoration
-- $usage -- $usage
-- This module stores some user contributed themes. -- This module stores some user contributed themes.
-- --
-- If you want to use one of the as your default theme in some -- If you want to use one of this them as your default theme for one
-- workspace, you need to substitute defaultTheme with, for instance, -- of your layouts, you need to substitute defaultTheme with, for
-- (theme smallClean). -- instance, (theme smallClean).
-- --
-- This is an example: -- This is an example:
-- --