]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix typo
authorNeil Horman <nhorman@openssl.org>
Mon, 16 Dec 2024 14:11:05 +0000 (09:11 -0500)
committerNeil Horman <nhorman@openssl.org>
Mon, 17 Feb 2025 16:27:33 +0000 (11:27 -0500)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26178)

ssl/quic/quic_port.c

index 5124aebc16c40945be72261354c6ded605e1f259..05bf333299e45d41ee2cff666d641c1795b5ef8d 100644 (file)
@@ -608,7 +608,7 @@ static void port_bind_channel(QUIC_PORT *port, const BIO_ADDR *peer,
 
     if (odcid->id_len != 0) {
         /*
-         * If we have an odcid, then we wen't through server address validation
+         * If we have an odcid, then we went through server address validation
          * and as such, this channel need not conform to the 3x validation cap
          * See RFC 9000 s. 8.1
          */