Skip to content

Commit 36447b8

Browse files
Update dsse/verify.go
Co-authored-by: Aditya Sirish <[email protected]>
1 parent 38a3e23 commit 36447b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsse/verify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (ev *envelopeVerifier) Verify(e *Envelope) ([]AcceptedKeys, error) {
5252
}
5353

5454
// Loop over the providers.
55-
// If provider and signiture include keyID's but do not match skip.
55+
// If provider and signature include key IDs but do not match skip.
5656
// If a provider recognizes the key, we exit
5757
// the loop and use the result.
5858
for _, v := range ev.providers {

0 commit comments

Comments
 (0)