mirror of
https://github.com/safing/portbase
synced 2025-09-15 01:29:51 +00:00
Fix typos
This commit is contained in:
parent
c9d77682f8
commit
7cdb71c461
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue