From efcf4973d6570d7183e09492b5bbd9313e2e9a15 Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Mon, 8 Jun 2026 14:14:20 +0100 Subject: [PATCH] fix typo Signed-off-by: Yi Wu --- tests/scripts/components-basic-checks.sh | 2 +- tests/ssl-opt.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/components-basic-checks.sh b/tests/scripts/components-basic-checks.sh index 35d4d37fe5..6b48bf3e9c 100644 --- a/tests/scripts/components-basic-checks.sh +++ b/tests/scripts/components-basic-checks.sh @@ -106,7 +106,7 @@ component_check_test_dependencies () { # mbedtls test on crypto internal feature macros. # # Most of the time, use of crypto internal feature macros are mistakes, - # which this component is maeant to catch. However a few of them are + # which this component is meant to catch. However a few of them are # justified, or known issues yet to be resolved, so this component includes # a list of expected exceptions. diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 56e47f5e6c..1bdd1ecc14 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -9301,7 +9301,7 @@ run_test "EC restart: TLS, max_ops=1000" \ -C "mbedtls_ecdh_make_public.*\(4b00\|-248\)" \ -c "mbedtls_pk_sign.*\(4b00\|-248\)" -# Note: wen never get to ECDH: abort as soon as we determined the cert is bad. +# Note: we never get to ECDH: abort as soon as we determined the cert is bad. requires_config_enabled MBEDTLS_ECP_RESTARTABLE requires_config_enabled PSA_WANT_ECC_SECP_R1_256 run_test "EC restart: TLS, max_ops=1000, badsign" \