summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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