aboutsummaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-26 23:43:39 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-26 23:43:39 -0400
commitc4d0e27334d58f5d67c86363d0e38376e1e97a9b (patch)
treec37456adc6b62151407844a7ca675e2c4b07a2dd /Assistant.hs
parent7f634962298bd086c485dd4080dc930cb3603491 (diff)
typo
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs2
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