From: Neil Horman Date: Mon, 16 Dec 2024 14:11:05 +0000 (-0500) Subject: Fix typo X-Git-Tag: openssl-3.5.0-alpha1~286 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6d25809cd0e599c5b17e46c042d25aba455a9c2a;p=thirdparty%2Fopenssl.git Fix typo Reviewed-by: Tomas Mraz Reviewed-by: Saša Nedvědický (Merged from https://github.com/openssl/openssl/pull/26178) --- 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 */