fix typos

This commit is contained in:
jguer 2022-09-17 14:45:07 +02:00
parent d646cd6c87
commit c86c460816
No known key found for this signature in database
GPG Key ID: 6D6CC9BEA8556B35
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ func provideSatisfies(provide, dep, pkgVersion string) bool {
return false return false
} }
// Unversioned provieds can not satisfy a versioned dep // Unversioned provides can not satisfy a versioned dep
if provideMod == "" && depMod != "" { if provideMod == "" && depMod != "" {
provideVersion = pkgVersion // Example package: pagure provideVersion = pkgVersion // Example package: pagure
} }