diff options
Diffstat (limited to 'Commands.hs')
-rw-r--r-- | Commands.hs | 2 |
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 () |