mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
chore(code-comments): typo (#1745)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
9701ea0972
commit
e528261719
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue