Skip to content

Commit

Permalink
chore(code-comments): typo (#1745)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
  • Loading branch information
testwill committed Mar 11, 2024
1 parent 9701ea0 commit e528261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grype/pkg/qualifier/platformcpe/qualifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e528261

Please sign in to comment.