From: Hugo Landau Date: Tue, 25 Jul 2023 10:32:25 +0000 (+0100) Subject: QUIC CHANNEL: Fix typo X-Git-Tag: openssl-3.2.0-alpha1~280 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c793cd343cd1fad50091f8eb264e5ce7ddcc6e9;p=thirdparty%2Fopenssl.git QUIC CHANNEL: Fix typo Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21547) --- diff --git a/ssl/quic/quic_channel.c b/ssl/quic/quic_channel.c index 615fef48a45..9ba756b1d31 100644 --- a/ssl/quic/quic_channel.c +++ b/ssl/quic/quic_channel.c @@ -2832,7 +2832,7 @@ void ossl_quic_channel_on_new_conn_id(QUIC_CHANNEL *ch, * Note: RFC 9000 s. 19.15 says: * "An endpoint that receives a NEW_CONNECTION_ID frame with a sequence * number smaller than the Retire Prior To field of a previously received - * NEW_CONNECTION_ID frame MUST send a correspoonding + * NEW_CONNECTION_ID frame MUST send a corresponding * RETIRE_CONNECTION_ID frame that retires the newly received connection * ID, unless it has already done so for that sequence number." *