summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert.rs
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2021-01-28 03:51:03 +0100
committerAzul <azul@riseup.net>2021-01-28 03:53:34 +0100
commitbc469cb986512056a7abe175cb8cc69f003ede3a (patch)
tree858c87483b4d304f4d4e213f828c407ae35613a6 /openpgp/src/cert.rs
parent320ce805978d45631c2f2180f453dc1b97198f08 (diff)
ci: Fix comment and options for codespell 2.0.0.
Diffstat (limited to 'openpgp/src/cert.rs')
-rw-r--r--openpgp/src/cert.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert.rs b/openpgp/src/cert.rs
index 7da3fd35..401957a1 100644
--- a/openpgp/src/cert.rs
+++ b/openpgp/src/cert.rs
@@ -5220,7 +5220,7 @@ Pu1xwz57O4zo1VYf6TqHJzVC3OMvMUM2hhdecMUe5x6GorNaj6g=
.set_trust_signature(255, 120)
.unwrap();
- // Have alice cerify the binding "bob@bar.com" and bob's key.
+ // Have alice certify the binding "bob@bar.com" and bob's key.
let mut alice_certifies_bob
= bob_userid_binding.userid().bind(
&mut alice.primary_key().key().clone().parts_into_secret()