Skip to content

Commit 1c078e4

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

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
@@ -10,7 +10,7 @@ import (
1010
Verifier verifies a complete message against a signature and key.
1111
If the message was hashed prior to signature generation, the verifier
1212
must perform the same steps.
13-
If Keyd returns successfully only signiture matching keyid will be verfied.
13+
If KeyID returns successfully, only signature matching the key ID will be verified.
1414
*/
1515
type Verifier interface {
1616
Verify(data, sig []byte) error

0 commit comments

Comments
 (0)