From 4eedb624186d801e2fa2aa4450b329cd186059b8 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Sat, 15 Apr 2017 01:33:54 +0300 Subject: [PATCH] Fix misspelling --- deb/remote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/remote.go b/deb/remote.go index 101ea8dd..29c1cc88 100644 --- a/deb/remote.go +++ b/deb/remote.go @@ -555,7 +555,7 @@ func (repo *RemoteRepo) FinalizeDownload(collectionFactory *CollectionFactory, p if progress != nil { progress.SetBar(i) } - // download process might have udpated checksums + // download process might have updated checksums p.UpdateFiles(p.Files()) return collectionFactory.PackageCollection().Update(p) })