aboutsummaryrefslogtreecommitdiffstats
path: root/test/sslapitest.c
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-12-22 14:37:12 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-29 10:12:05 +0100
commit164a541b9384cf4f2bee84c2b9b9feede6d65cca (patch)
treeecee6e0816acd80ba14ec29f986f85a4015bd5c2 /test/sslapitest.c
parent3d68e2937ee5c50eacef5f4c34abdf7c0e4dc479 (diff)
downloadopenssl-164a541b9384cf4f2bee84c2b9b9feede6d65cca.tar.gz
Fix new typos found by codespell
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23133)
Diffstat (limited to 'test/sslapitest.c')
-rw-r--r--test/sslapitest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sslapitest.c b/test/sslapitest.c
index e2c4563fd3..021b50e8e5 100644
--- a/test/sslapitest.c
+++ b/test/sslapitest.c
@@ -5597,7 +5597,7 @@ static int test_tls13_psk(int idx)
/*
* Test TLS1.3 connection establishment succeeds with various configurations of
* the options `SSL_OP_ALLOW_NO_DHE_KEX` and `SSL_OP_PREFER_NO_DHE_KEX`.
- * The verification of whether the right KEX mode is choosen is not covered by
+ * The verification of whether the right KEX mode is chosen is not covered by
* this test but by `test_tls13kexmodes`.
*
* Tests (idx & 1): Server has `SSL_OP_ALLOW_NO_DHE_KEX` set.
@@ -11316,7 +11316,7 @@ static int test_data_retry(void)
if (!TEST_int_eq(SSL_get_error(clientssl, 0), SSL_ERROR_WANT_WRITE))
goto end;
- /* Allow one write to progess, but the next one to signal retry */
+ /* Allow one write to progress, but the next one to signal retry */
if (!TEST_true(BIO_ctrl(bretry, MAYBE_RETRY_CTRL_SET_RETRY_AFTER_CNT, 1,
NULL)))
goto end;