From 33d0f7fb27066decb70afb4ac43d3cba8deb9626 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 11 May 2021 22:33:09 +0200 Subject: [PATCH] Typo Signed-off-by: Gilles Peskine --- docs/architecture/testing/psa-storage-format-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/testing/psa-storage-format-testing.md b/docs/architecture/testing/psa-storage-format-testing.md index 71bf96893..ca29f1926 100644 --- a/docs/architecture/testing/psa-storage-format-testing.md +++ b/docs/architecture/testing/psa-storage-format-testing.md @@ -65,7 +65,7 @@ Method: Create a key with certain metadata with `psa_import_key`. Read the file Objective: ensure that the coverage is sufficient to have assurance that all keys are stored correctly. This requires a sufficient selection of key types, sizes, policies, etc. -In particular, the tests must validate that each `PSA_xxx` constant that is stored in a key is covered by at least once test case: +In particular, the tests must validate that each `PSA_xxx` constant that is stored in a key is covered by at least one test case: * Usage flags: `PSA_KEY_USAGE_xxx`. * Algorithms in policies: `PSA_ALG_xxx`.