summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-06-29 08:10:37 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-06-29 08:11:36 +0200
commitf4113470d0b70627ae8a97f9f78e9ef2307d7671 (patch)
treecede481f41f8e96994a8dd0c4e121837dc70998b
parent5641d48c910348b99dc96f4072f8e8beeea01358 (diff)
openpgp: Typo.
-rw-r--r--openpgp/src/subpacket.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/openpgp/src/subpacket.rs b/openpgp/src/subpacket.rs
index a46b33d3..5230fbf3 100644
--- a/openpgp/src/subpacket.rs
+++ b/openpgp/src/subpacket.rs
@@ -1307,9 +1307,9 @@ impl Signature {
}
}
- /// Returns the value of the Regular Expression subpacket, which
- /// indicates whether the signature is revocable, i.e., whether
- /// revocation certificates for this signature should be ignored.
+ /// Returns the value of the Revocable subpacket, which indicates
+ /// whether the signature is revocable, i.e., whether revocation
+ /// certificates for this signature should be ignored.
///
/// If the subpacket is not present or malformed, this returns
/// `None`.