summaryrefslogtreecommitdiffstats
path: root/openpgp/src/message
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/message')
-rw-r--r--openpgp/src/message/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/message/mod.rs b/openpgp/src/message/mod.rs
index ec715380..5a9d3b1f 100644
--- a/openpgp/src/message/mod.rs
+++ b/openpgp/src/message/mod.rs
@@ -274,7 +274,7 @@ impl MessageValidator {
} else {
match r {
Ok(_) => MessageValidity::MessagePrefix,
- Err(ParseError::UnrecognizedEOF { .. }) =>
+ Err(ParseError::UnrecognizedEof { .. }) =>
MessageValidity::MessagePrefix,
Err(ref err) =>
MessageValidity::Error(