Skip to content

Commit

Permalink
Fix typo in lib.rs
Browse files Browse the repository at this point in the history
"Certificiate" is not a word.
  • Loading branch information
jwakely authored and nwalfield committed Jul 9, 2024
1 parent cffd6dd commit 3d972cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,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() {
Expand Down

0 comments on commit 3d972cc

Please sign in to comment.