From b7f64ccfece7b80edc70090a8eca71d621dbb853 Mon Sep 17 00:00:00 2001 From: Kris Kowal Date: Thu, 18 Sep 2025 17:50:33 -0700 Subject: [PATCH] Minor typo in handshakepattern.rs With great cryptography comes great --- noise-protocol/src/handshakepattern.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise-protocol/src/handshakepattern.rs b/noise-protocol/src/handshakepattern.rs index 53bceca..5c464ef 100644 --- a/noise-protocol/src/handshakepattern.rs +++ b/noise-protocol/src/handshakepattern.rs @@ -31,7 +31,7 @@ impl HandshakePattern { /// /// # Pattern validity /// - /// It is the caller's responlity to ensure that the pattern is *valid*. + /// It is the caller's responsibility to ensure that the pattern is *valid*. /// /// # Panics ///