From b49d8b3deabd6df4659241c52a2d2cdee4aca312 Mon Sep 17 00:00:00 2001 From: monica Date: Thu, 30 Mar 2023 12:31:12 -0400 Subject: [PATCH] fixed comment typo --- 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 389dad465..45056a719 100644 --- a/zssp/src/zssp.rs +++ b/zssp/src/zssp.rs @@ -66,7 +66,7 @@ pub enum ReceiveResult<'a, 'b, Application: ApplicationLayer> { /// /// A FIPS/NIST compliant variant of Noise_XK with hybrid Kyber1024 PQ data forward secrecy. pub struct Session<'a, Application: ApplicationLayer> { - /// The receive vontext associated with this session, + /// The receive context associated with this session, /// only this context can receive messages from the remote peer. /// **Read-only**. pub context: &'a Context<'a, Application>,