From 51f6dd93bb36f0cedacb1803f8c4682986fa8117 Mon Sep 17 00:00:00 2001 From: Fredrik Skogman Date: Tue, 19 Dec 2023 12:52:43 +0100 Subject: [PATCH] Update protos/sigstore_verification.proto Co-authored-by: William Woodruff Signed-off-by: Fredrik Skogman --- protos/sigstore_verification.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protos/sigstore_verification.proto b/protos/sigstore_verification.proto index 77c82352..8abe3003 100644 --- a/protos/sigstore_verification.proto +++ b/protos/sigstore_verification.proto @@ -56,7 +56,7 @@ message ArtifactVerificationOptions { bool disable = 3; // Verify SET indicates that the timestamp from // the SET should be used when verifying the X.509 - // certifiacte chain. Note that inclusion promises (SETs) + // certificate chain. Note that inclusion promises (SETs) // are optional in a bundle, and so requiring SET may render // bundles invalid during verification if SET is not present. bool verify_set = 4;