From aace6bad2ffa5650afbf14badbbb9241029aead5 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 25 Jul 2020 20:40:30 +0300 Subject: [PATCH] Fix a typo --- src/mimeparser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mimeparser.rs b/src/mimeparser.rs index f467538ac..b8304ef6a 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -560,7 +560,7 @@ impl MimeMessage { contains exactly two body parts. The first body part is the body part over which the digital signature was created [...] The second body part contains the control information necessary to - verify the digital signature." We simpliy take the first body part and + verify the digital signature." We simply take the first body part and skip the rest. (see https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html for background information why we use encrypted+signed) */