summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-17 18:28:36 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-18 14:49:19 +0100
commitb45f7798c1fda86b9e8718c2ff11749f8960ba34 (patch)
tree9944f533ccd224ffc0980869539b8b18bdae4010
parentebb6aadc1a1179968dbc4d9f5f2807024192d1bd (diff)
openpgp: Typo.
-rw-r--r--openpgp/src/cert/key_amalgamation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/cert/key_amalgamation.rs b/openpgp/src/cert/key_amalgamation.rs
index 212a2c16..f4d01b82 100644
--- a/openpgp/src/cert/key_amalgamation.rs
+++ b/openpgp/src/cert/key_amalgamation.rs
@@ -239,7 +239,7 @@ impl<'a, P: 'a + key::KeyParts> KeyAmalgamation<'a, P> {
}
}
- /// Returns the key's revocation status as of the amalgamtion's
+ /// Returns the key's revocation status as of the amalgamation's
/// reference time.
///
/// Note: this does not return whether the certificate is valid.