summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp/src/serialize/mod.rs')
-rw-r--r--openpgp/src/serialize/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/serialize/mod.rs b/openpgp/src/serialize/mod.rs
index 949ea519..96f8b17d 100644
--- a/openpgp/src/serialize/mod.rs
+++ b/openpgp/src/serialize/mod.rs
@@ -2691,7 +2691,7 @@ mod test {
// 1. Read the message into a local buffer.
let data = crate::tests::message(filename);
- // 2. Do a shallow parse of the messsage. In other words,
+ // 2. Do a shallow parse of the message. In other words,
// never recurse so that the resulting message only
// contains the top-level packets. Any containers will
// have their raw content stored in packet.content.