From c87d85c16df90e35704ae15af5494b0f07768399 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 29 Jun 2020 14:34:50 +0200 Subject: openpgp: Typo. --- openpgp/src/parse.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openpgp/src/parse.rs') diff --git a/openpgp/src/parse.rs b/openpgp/src/parse.rs index ca34e4e2..c2def345 100644 --- a/openpgp/src/parse.rs +++ b/openpgp/src/parse.rs @@ -314,7 +314,7 @@ macro_rules! impl_parse_generic_packet { /// Typically, we expect a message to looking like: /// /// ```text -/// [ encryption container: [ compressioned data: [ signature: [ literal data ]]]] +/// [ encryption container: [ compression container: [ signature: [ literal data ]]]] /// ``` /// /// So, this should be more than enough. -- cgit v1.2.3