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, }