From eab4c3db3ccca70be9c34979ab9e42e64930f3ff Mon Sep 17 00:00:00 2001 From: mamoniot Date: Tue, 27 Dec 2022 22:02:25 -0500 Subject: [PATCH] updated comment --- zssp/src/zssp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zssp/src/zssp.rs b/zssp/src/zssp.rs index 47fe6c641..e83d45073 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -82,7 +82,7 @@ pub enum ReceiveResult<'a, H: ApplicationLayer> { OkNewSession(Session), /// Packet superficially appears valid but was ignored e.g. as a duplicate. - /// IMPORTANT: Authentication was not completed on this packet, so for the most part treat this the same as an Error::FailedAuthentication + /// IMPORTANT: This pack was not authenticated, so for the most part treat this the same as an Error::FailedAuthentication Ignored, }