chore(code-comments): typo (#1745)

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guangwu 2024-03-12 01:17:15 +08:00 committed by GitHub
parent 9701ea0972
commit e528261719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ func (p platformCPE) Satisfied(d *distro.Distro, _ pkg.Package) (bool, error) {
}
// The remaining checks are on distro, so if the distro is unknown the condition should
// be considered to be satisified and avoid filtering matches
// be considered to be satisfied and avoid filtering matches
if d == nil {
return true, nil
}