summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:51:33 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:51:33 +0200
commit9159ad58340a6315c8904d58375ecf3ec6180330 (patch)
treeb945ae1b57aea6c7a781902f04fd85d40ace90c1
parent85a1674a870395bb71f6510952565a3fdfa402d2 (diff)
downloadxmobar-9159ad58340a6315c8904d58375ecf3ec6180330.tar.gz
xmobar-9159ad58340a6315c8904d58375ecf3ec6180330.tar.bz2
comments
darcs-hash:20070622125133-d6583-02619546581771a509ea9b21f0336b43353fefd0.gz
-rw-r--r--xmobar.hs4
1 files 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: <fc=#00FF00>%uptime%</fc> ** <fc=#FF0000>%date%</fc>"
}
--- | 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 =