typoe
This commit is contained in:
parent
0424954f25
commit
df2473a476
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue