summaryrefslogtreecommitdiffstats
path: root/openpgp/src
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2018-11-22 12:00:02 +0100
committerNeal H. Walfield <neal@pep.foundation>2018-11-22 12:00:02 +0100
commita9191cb0b6c457a7a7d2350ebf60d72a56e0caef (patch)
treecf0a6fd8cf94fbefc7fa5d75efe3abe1d382347b /openpgp/src
parentd736dcfa9ae297dee9d91428d73496969daa10a8 (diff)
Fix typos.
Diffstat (limited to 'openpgp/src')
-rw-r--r--openpgp/src/parse/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/parse/parse.rs b/openpgp/src/parse/parse.rs
index 24844004..7d26ba31 100644
--- a/openpgp/src/parse/parse.rs
+++ b/openpgp/src/parse/parse.rs
@@ -2936,7 +2936,7 @@ impl <'a> PacketParser<'a> {
if unread_content {
match self.packet.tag() {
Tag::SEIP | Tag::AED | Tag::SED | Tag::CompressedData => {
- // We didn't (full) process a container's content. Add
+ // We didn't (fully) process a container's content. Add
// this as opaque conent to the message validator.
self.state.message_validator.push_token(
message::Token::OpaqueContent,