summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-27 23:49:13 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-27 23:49:13 +0200
commit6ade6da4380f9a6f02e6014de0a5acab4ffa43ea (patch)
tree6b5ee763d4fdd6eb4a095351448ba253d287730f
parentc40b0d2fa0e7c41254be9e24e66928c65bfd83e3 (diff)
downloadxmobar-6ade6da4380f9a6f02e6014de0a5acab4ffa43ea.tar.gz
xmobar-6ade6da4380f9a6f02e6014de0a5acab4ffa43ea.tar.bz2
typos
darcs-hash:20070627214913-d6583-a1fd718dee8bc06583569766b44dd140fcbd79af.gz
-rw-r--r--XMobar.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/XMobar.hs b/XMobar.hs
index ff3a59b..2b8aa4c 100644
--- a/XMobar.hs
+++ b/XMobar.hs
@@ -261,7 +261,7 @@ initColor dpy c = (color_pixel . fst) `liftM` allocNamedColor dpy colormap c
io :: IO a -> Xbar a
io = liftIO
--- | work arount the the Int max bound: since threadDelay takes an Int, it
+-- | Work arount to the Int max bound: since threadDelay takes an Int, it
-- is not possible to set a thread delay grater than about 45 minutes.
-- With a little recursion we solve the problem.
tenthSeconds :: Int -> IO ()