Fix typos

This commit is contained in:
Vladimir Stoilov 2023-03-14 12:27:57 +01:00
parent c9d77682f8
commit 7cdb71c461
2 changed files with 2 additions and 2 deletions

View file

@ -145,7 +145,7 @@ func (s *RegistryState) ReportDownloads(downloaded []string, failed error) {
s.Updates.LastDownloadError = failed
s.Updates.LastDownload = downloaded
// Remote downloaded resources from the pending list.
// Remove downloaded resources from the pending list.
var newPendingDownload []string
outer:
for _, pend := range s.Updates.PendingDownload {