We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80cd65d commit 683cb9aCopy full SHA for 683cb9a
arduino/security/signatures.go
@@ -65,7 +65,7 @@ func VerifyDetachedSignature(targetPath *paths.Path, signaturePath *paths.Path,
65
// signaturePath file) matches the given targetPath file and is an authentic
66
// signature. This function allows to pass an io.Reader to read the custom key.
67
//
68
-// If any of the above conditions fails this function returns false.
+// If any of the above conditions fails this function returns false.
69
70
// The PGP entity in the trusted keychain that produced the signature is returned too.
71
func VerifySignature(targetPath *paths.Path, signaturePath *paths.Path, arduinoKeyringFile io.Reader) (bool, *openpgp.Entity, error) {
0 commit comments