summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-01-24 17:58:12 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-01-24 18:08:00 +0100
commit4b6a547f606ded1a778e9d2646176cad4a57fb7f (patch)
tree96883360774e1bf2b59798f93287d433ed3c16a8
parent29affd9dbc309242487bbaaae607c5de0886f83e (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 31183b24..192bdc00 100644
--- a/openpgp/src/cert/key_amalgamation.rs
+++ b/openpgp/src/cert/key_amalgamation.rs
@@ -437,7 +437,7 @@ impl<'a, P: 'a + key::KeyParts> ValidKeyAmalgamation<'a, P> {
/// Returns the Certificate's direct key signature as of the
/// reference time, if any.
///
- /// Subkeys on direct key signatures apply to all components of
+ /// Subpackets on direct key signatures apply to all components of
/// the certificate.
pub fn direct_key_signature(&self) -> Option<&'a Signature> {
self.cert.primary.binding_signature(self.time())