]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix codespell error in sslapitest
authorViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 15 Dec 2025 08:45:14 +0000 (19:45 +1100)
committerNorbert Pocs <norbertp@openssl.org>
Wed, 17 Dec 2025 12:33:09 +0000 (13:33 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/29392)

test/sslapitest.c

index 56a70231f87835d92f410e9a271429a4cdc00047..d7d1ebc602f3d0b62c4d1f5d8ed1353a6a799e2f 100644 (file)
@@ -13089,9 +13089,9 @@ static int check_secret_history(SSL *s)
              * write case
              * NOTE: There is an odd corner case here.  It may occur that
              * in a single iteration of the state machine, the read key is yielded
-             * prior to the write key for the same level.  This is undesireable
+             * prior to the write key for the same level.  This is undesirable
              * for quic, but it is ok, as the general implementation of every 3rd
-             * party quic stack while prefering write keys before read, allows
+             * party quic stack while preferring write keys before read, allows
              * for read before write if both keys are yielded in the same call
              * to SSL_do_handshake, as the tls adaptation code for that quic stack
              * can then cache keys until both are available, so we allow read before