Fix misspelling

This commit is contained in:
Andrey Smirnov
2017-04-15 01:33:54 +03:00
parent 1f3cb2db5d
commit 4eedb62418
+1 -1
View File
@@ -555,7 +555,7 @@ func (repo *RemoteRepo) FinalizeDownload(collectionFactory *CollectionFactory, p
if progress != nil { if progress != nil {
progress.SetBar(i) progress.SetBar(i)
} }
// download process might have udpated checksums // download process might have updated checksums
p.UpdateFiles(p.Files()) p.UpdateFiles(p.Files())
return collectionFactory.PackageCollection().Update(p) return collectionFactory.PackageCollection().Update(p)
}) })