]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC CHANNEL: Fix typo
authorHugo Landau <hlandau@openssl.org>
Tue, 25 Jul 2023 10:32:25 +0000 (11:32 +0100)
committerMatt Caswell <matt@openssl.org>
Tue, 8 Aug 2023 13:33:42 +0000 (14:33 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21547)

ssl/quic/quic_channel.c

index 615fef48a45c2b13e3b10e78d372cd80f11dca6e..9ba756b1d31ccb33ea6b4c99094c47f619285170 100644 (file)
@@ -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."
      *