diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-26 23:43:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-26 23:43:39 -0400 |
commit | c4d0e27334d58f5d67c86363d0e38376e1e97a9b (patch) | |
tree | c37456adc6b62151407844a7ca675e2c4b07a2dd | |
parent | 7f634962298bd086c485dd4080dc930cb3603491 (diff) |
typo
-rw-r--r-- | Assistant.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs index acb9453f3..c091f5905 100644 --- a/Assistant.hs +++ b/Assistant.hs @@ -224,7 +224,7 @@ startAssistant assistant daemonize webappwaiter = withThreadState $ \st -> do watch a = (True, a) assist a = (False, a) - startthread dstatus (runner, watcher, t) + startthread dstatus (watcher, t) | watcher || assistant = void $ forkIO $ runNamedThread dstatus t | otherwise = noop |