summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyid.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-21 08:04:41 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-21 08:04:41 +0100
commit4a95182ed3efba3e6440cc310a77e2435883485c (patch)
tree59f9b745a93fc7bc9c4e929faf3389d3416e94ff /openpgp/src/keyid.rs
parent33b0a11fd5f62b9f8837a5642b6ca987144b655d (diff)
openpgp: Typos.
Diffstat (limited to 'openpgp/src/keyid.rs')
-rw-r--r--openpgp/src/keyid.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/keyid.rs b/openpgp/src/keyid.rs
index bd20fe1d..cfa7ea6d 100644
--- a/openpgp/src/keyid.rs
+++ b/openpgp/src/keyid.rs
@@ -13,7 +13,7 @@ use crate::Result;
/// reference the issuing key of a signature in its [`Issuer`]
/// subpacket.
///
-/// Currently, sequoia supports *version 4* fingerprints and Key IDs
+/// Currently, Sequoia supports *version 4* fingerprints and Key IDs
/// only. *Version 3* fingerprints and Key IDs were deprecated by
/// [RFC 4880] in 2007.
///