summaryrefslogtreecommitdiffstats
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
parent33b0a11fd5f62b9f8837a5642b6ca987144b655d (diff)
openpgp: Typos.
-rw-r--r--openpgp/src/fingerprint.rs2
-rw-r--r--openpgp/src/keyhandle.rs2
-rw-r--r--openpgp/src/keyid.rs2
3 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/fingerprint.rs b/openpgp/src/fingerprint.rs
index 90e22630..027e132c 100644
--- a/openpgp/src/fingerprint.rs
+++ b/openpgp/src/fingerprint.rs
@@ -7,7 +7,7 @@ use quickcheck::{Arbitrary, Gen};
///
/// A `Fingerprint` uniquely identifies a public key.
///
-/// 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.
///
diff --git a/openpgp/src/keyhandle.rs b/openpgp/src/keyhandle.rs
index ea923dcd..5ae9741a 100644
--- a/openpgp/src/keyhandle.rs
+++ b/openpgp/src/keyhandle.rs
@@ -16,7 +16,7 @@ use crate::{
/// This is needed because signatures can reference their issuer
/// either by `Fingerprint` or by `KeyID`.
///
-/// Currently, sequoia supports *version 4* fingerprints and Key ID
+/// Currently, Sequoia supports *version 4* fingerprints and Key ID
/// only. *Version 3* fingerprints and Key ID were deprecated by [RFC
/// 4880] in 2007.
///
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.
///