]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - test/sslapitest.c
Fix new typos found by codespell
[thirdparty/openssl.git] / test / sslapitest.c
index e2c4563fd3fd40c001e3d24e8195a4bdb8245efa..021b50e8e56b8cecfbb03c358f002ea8a76403a9 100644 (file)
@@ -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;