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 dbfae4a2d1..511c7c24f3 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -9338,7 +9338,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" \