From 32a46f690cd3fcec19bf596f735f7e8d66e9242e Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 18 Mar 2024 19:03:10 +0000 Subject: [PATCH] Fix typo in lib.rs "Certificiate" is not a word. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 29c7ee6..781a731 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -845,7 +845,7 @@ fn pgp_verify_signature(key: Option<&PgpDigParams>, legacy = true; add_lint!( Some(err), - "Certificiate {} invalid: certificate is not alive", + "Certificate {} invalid: certificate is not alive", vc.keyid()); } if let RevocationStatus::Revoked(_) = vc.revocation_status() {