summaryrefslogtreecommitdiffhomepage
path: root/Commands.hs
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-15 01:01:21 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-12-15 01:01:21 +0100
commitdf8768ae3ad3a3f7cc701fb0efa8c86ee8b76b34 (patch)
tree2364f8f990b16ff3279026b13207cf6c0b2e57ab /Commands.hs
parent60e980ed11bf47e33ab2b266fe9152b630726ab0 (diff)
downloadxmobar-df8768ae3ad3a3f7cc701fb0efa8c86ee8b76b34.tar.gz
xmobar-df8768ae3ad3a3f7cc701fb0efa8c86ee8b76b34.tar.bz2
White space
Diffstat (limited to 'Commands.hs')
-rw-r--r--Commands.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Commands.hs b/Commands.hs
index ce778cf..d205dbf 100644
--- a/Commands.hs
+++ b/Commands.hs
@@ -73,7 +73,7 @@ instance Exec Command where
cb $ "Could not execute command " ++ prog
--- | Work arount to the Int max bound: since threadDelay takes an Int, it
+-- | Work around 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 ()