From 6d25809cd0e599c5b17e46c042d25aba455a9c2a Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 16 Dec 2024 09:11:05 -0500 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26178) --- ssl/quic/quic_port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/quic/quic_port.c b/ssl/quic/quic_port.c index 5124aebc16c..05bf333299e 100644 --- a/ssl/quic/quic_port.c +++ b/ssl/quic/quic_port.c @@ -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 */ -- 2.47.2