summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-05 16:09:24 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-05 16:09:24 +0100
commita5d65cd0b0b10006eb744e8516efa20243bf0afb (patch)
tree1d5319ee2019aa56e777cd43033307d526e94434
parent54b76abe3d42a0037d12609a4448a81ed547f06d (diff)
openpgp: Fix link.
-rw-r--r--openpgp/src/policy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/policy.rs b/openpgp/src/policy.rs
index 939fd684..de537ee1 100644
--- a/openpgp/src/policy.rs
+++ b/openpgp/src/policy.rs
@@ -366,7 +366,7 @@ pub trait Policy : fmt::Debug + Send + Sync {
/// hidden to avoid making the victim suspicious. This is
/// straightforward for User Attributes, which are currently images,
/// and have many places to hide this type of data. However, User IDs
-/// are are normally [UTF-8 encoded RFC 2822 mailboxes], which makes
+/// are are normally [UTF-8 encoded RFC 2822 mailbox]es, which makes
/// hiding half a kilobyte of binary data impractical. The attacker
/// does not control the victim's public key (in V). But, they do
/// control the malicious User ID or User Attribute that they want to