summaryrefslogtreecommitdiffstats
path: root/openpgp
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-05-09 16:18:18 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-05-09 16:18:18 +0200
commit35b5cb64b415c0d7446221ba4406450b9990c20e (patch)
treed084d2f66d448c25fd70cb4e35724d33f554f531 /openpgp
parent75d4e6dda12e8b7ae8573227e61e718ede3f2cfc (diff)
openpgp: Typo.
Diffstat (limited to 'openpgp')
-rw-r--r--openpgp/src/tpk/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/tpk/mod.rs b/openpgp/src/tpk/mod.rs
index f6b4f6e2..a8bfb907 100644
--- a/openpgp/src/tpk/mod.rs
+++ b/openpgp/src/tpk/mod.rs
@@ -1681,7 +1681,7 @@ impl TPK {
&self.primary_certifications
}
- /// Revocations issued by the key itself.primary_
+ /// Revocations issued by the key itself.
///
/// The revocations have been validated, and the newest is first.
pub fn self_revocations(&self) -> &[Signature] {