From 09cfa18976fa0b14d2dd78f377bf173b4eb60403 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 13 Oct 2021 16:13:44 +0100 Subject: [PATCH] Spelling fix Signed-off-by: Paul Elliott --- tests/ssl-opt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 0422c1b1b..fb4403c3e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -2695,7 +2695,7 @@ run_test "Session resume using tickets, DTLS: openssl server" \ -c "a session has been resumed" # For reasons that aren't fully understood, this test randomly fails with high -# probabiliby with OpenSSL 1.0.2g on the CI, see #5012. +# probability with OpenSSL 1.0.2g on the CI, see #5012. requires_openssl_next run_test "Session resume using tickets, DTLS: openssl client" \ "$P_SRV dtls=1 debug_level=3 tickets=1" \ @@ -2898,7 +2898,7 @@ run_test "Session resume using cache, DTLS: session copy" \ -c "a session has been resumed" # For reasons that aren't fully understood, this test randomly fails with high -# probabiliby with OpenSSL 1.0.2g on the CI, see #5012. +# probability with OpenSSL 1.0.2g on the CI, see #5012. requires_openssl_next run_test "Session resume using cache, DTLS: openssl client" \ "$P_SRV dtls=1 debug_level=3 tickets=0" \