Fixing typo

This commit is contained in:
Oliver Sauder
2016-11-29 09:00:16 +01:00
parent f31b5ec3f8
commit af71b9541c

View File

@@ -168,7 +168,7 @@ func (downloader *downloaderImpl) handleTask(task *downloadTask) {
}
}
// still an error after retring, giving up
// still an error after retrying, giving up
if err != nil {
task.result <- err
return