From 61532e9a6b92b5bbcbffaae1cf1c5170e799fe80 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 14 Feb 2024 08:17:09 +0100 Subject: [PATCH] test_suite_pk: fix typos Signed-off-by: Valerio Setti --- tests/suites/test_suite_pk.function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/suites/test_suite_pk.function b/tests/suites/test_suite_pk.function index 1521008e1f..43f9e4f482 100644 --- a/tests/suites/test_suite_pk.function +++ b/tests/suites/test_suite_pk.function @@ -2377,7 +2377,7 @@ void pk_copy_from_psa_success(data_t *priv_key_data, int key_type_arg, pub_key_id = pk_psa_pub_key_from_priv(priv_key_id, pub_key_type, key_usage, key_alg, key_bits); TEST_EQUAL(mbedtls_pk_copy_from_psa(pub_key_id, &pk_ctx2), 0); - /* Test sign/verify with the following parttern: + /* Test sign/verify with the following pattern: * - Sign using the PK context generated from the private key. * - Verify from the same PK context used for signature. * - Verify with the PK context generated using public key.