summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
diff options
context:
space:
mode:
authorWiktor Kwapisiewicz <wiktor@metacode.biz>2022-09-05 13:48:45 +0200
committerWiktor Kwapisiewicz <wiktor@metacode.biz>2022-09-06 11:05:11 +0200
commit31b380c768052f22fb747c5e4aa3d2b5ef3810f0 (patch)
treee9421a248f781f04256548b7ac377c4b2f658859 /openpgp/src/cert
parentc4e6642f01ff45bfa4eea027b31c5418bfebb8b3 (diff)
openpgp: Fix typos spotted by codespell.
Diffstat (limited to 'openpgp/src/cert')
-rw-r--r--openpgp/src/cert/builder/key.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/builder/key.rs b/openpgp/src/cert/builder/key.rs
index e23e463a..50ba3229 100644
--- a/openpgp/src/cert/builder/key.rs
+++ b/openpgp/src/cert/builder/key.rs
@@ -140,7 +140,7 @@ impl KeyBuilder {
/// the key is immediately transferred to another computer and its
/// clock is not quite synchronized, the key may appear to have
/// been created in the future and will thus be ignored. Although
- /// NTP is widely used, emperically it seems that some virtual
+ /// NTP is widely used, empirically it seems that some virtual
/// machines have laggy clocks.
pub fn subkey(self, vc: ValidCert) -> Result<SubkeyBuilder<'_>> {
let mut key: Key<key::SecretParts, key::SubordinateRole>