Skip to content
Snippets Groups Projects
Commit 58b2f01e authored by Giuseppe Lo Presti's avatar Giuseppe Lo Presti
Browse files

Fixed typo

parent 3a2c71a1
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ class ActivityControlThread(threading.Thread):
except TransferCanceled, e:
# for d2d sources remember to drop the transfer from the list of running ones
if transfer.transferType == TransferType.D2DSRC:
self.runningTransfers.remove(self.runningTranfers.get(transfer.transferId))
self.runningTransfers.remove(self.runningTransfers.get(transfer.transferId))
# 'Transfer start canceled' message
dlf.writedebug(msgs.TRANSFERSTARTCANCELED, reason=e.args, subreqId=transfer.transferId, fileId=transfer.fileId)
# the transfer has already started somewhere else, or has been canceled, so give up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment