diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-29 17:32:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-29 17:32:41 -0400 |
commit | df2473a476d358c0ab80c84a15586b8f544c1b4d (patch) | |
tree | cee3d2a6fb059e45aa17896cce30cfd7dc562660 /Assistant | |
parent | 0424954f2579d574b568be42bc25d6ed6ce1b33d (diff) |
typoe
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/Transferrer.hs | 2 |
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 |