From: Viktor Dukhovni Date: Mon, 15 Dec 2025 08:45:14 +0000 (+1100) Subject: Fix codespell error in sslapitest X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f8cebfcb4f7a0881d06de7afb3fb8077942797;p=thirdparty%2Fopenssl.git Fix codespell error in sslapitest Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/29392) --- diff --git a/test/sslapitest.c b/test/sslapitest.c index 56a70231f87..d7d1ebc602f 100644 --- a/test/sslapitest.c +++ b/test/sslapitest.c @@ -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