summaryrefslogtreecommitdiff
path: root/Assistant/Threads/Transferrer.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-29 17:32:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-29 17:32:41 -0400
commitdf2473a476d358c0ab80c84a15586b8f544c1b4d (patch)
treecee3d2a6fb059e45aa17896cce30cfd7dc562660 /Assistant/Threads/Transferrer.hs
parent0424954f2579d574b568be42bc25d6ed6ce1b33d (diff)
typoe
Diffstat (limited to 'Assistant/Threads/Transferrer.hs')
-rw-r--r--Assistant/Threads/Transferrer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Threads/Transferrer.hs b/Assistant/Threads/Transferrer.hs
index 525b02637..a2cf08c1c 100644
--- a/Assistant/Threads/Transferrer.hs
+++ b/Assistant/Threads/Transferrer.hs
@@ -39,7 +39,7 @@ transfererThread st dstatus transferqueue slots = go =<< readProgramFile
{- Skip transfers that are already running. -}
notrunning i = startedTime i == Nothing
-{- By the time this is called, the daemonstatis's transfer map should
+{- By the time this is called, the daemonstatus's transfer map should
- already have been updated to include the transfer. -}
startTransfer :: ThreadState -> DaemonStatusHandle -> FilePath -> Transfer -> TransferInfo -> TransferGenerator
startTransfer st dstatus program t info = case (transferRemote info, associatedFile info) of