From 9159ad58340a6315c8904d58375ecf3ec6180330 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 22 Jun 2007 14:51:33 +0200 Subject: comments darcs-hash:20070622125133-d6583-02619546581771a509ea9b21f0336b43353fefd0.gz --- xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmobar.hs b/xmobar.hs index ae01e12..f26ef61 100644 --- a/xmobar.hs +++ b/xmobar.hs @@ -99,7 +99,7 @@ defaultConfig = , template = "Uptime: %uptime% ** %date%" } --- | This is just estetics: see 'runXMobar' +-- | This is just esthetics: see 'runXMobar' type Xbar a = ReaderT Config IO a -- $main @@ -116,7 +116,7 @@ main = runReaderT runXMobar config -- | Totally useless: since most of the operations are done in the IO --- monad it is ofter simpler to pass Config instead of keeping on lifting. +-- monad it is ofter simpler to pass Config instead of lifting everytime. -- But we like the mtl library...;-) runXMobar :: Xbar () runXMobar = -- cgit v1.2.3