Skip to content

Commit 75e4210

Browse files
author
itayzafrir
committed
Fix typos
1 parent 2dfafe6 commit 75e4210

File tree

1 file changed

+9
-9
lines changed
  • TESTS/psa/crypto_access_control/COMPONENT_NSPE

1 file changed

+9
-9
lines changed

TESTS/psa/crypto_access_control/COMPONENT_NSPE/main.cpp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -565,25 +565,25 @@ utest::v1::status_t test_setup(const size_t number_of_cases)
565565
}
566566

567567
Case cases[] = {
568-
Case("open other partitions' key",
568+
Case("open other partition's key",
569569
case_setup_handler, test_open_other_partition_key, case_teardown_handler),
570570
Case("create key with same id different partitions",
571571
case_setup_handler, test_create_key_same_id_different_partitions, case_teardown_handler),
572-
Case("use other partitions' key - key manage",
572+
Case("use other partition's key - key manage",
573573
case_setup_handler, test_use_other_partition_key_manage_key, case_teardown_handler),
574-
Case("use other partitions' key - mac",
574+
Case("use other partition's key - mac",
575575
case_setup_handler, test_use_other_partition_key_mac, case_teardown_handler),
576-
Case("use other partitions' key - cipher",
576+
Case("use other partition's key - cipher",
577577
case_setup_handler, test_use_other_partition_key_cipher, case_teardown_handler),
578-
Case("use other partitions' key - aead",
578+
Case("use other partition's key - aead",
579579
case_setup_handler, test_use_other_partition_key_aead, case_teardown_handler),
580-
Case("use other partitions' key - asymmetric sign verify",
580+
Case("use other partition's key - asymmetric sign verify",
581581
case_setup_handler, test_use_other_partition_key_asymmetric_sign_verify, case_teardown_handler),
582-
Case("use other partitions' key - asymmetric encrypt decrypt",
582+
Case("use other partition's key - asymmetric encrypt decrypt",
583583
case_setup_handler, test_use_other_partition_key_asymmetric_encrypt_decrypt, case_teardown_handler),
584-
Case("use other partitions' key - key derivation setup",
584+
Case("use other partition's key - key derivation setup",
585585
case_setup_handler, test_use_other_partition_key_derivation_setup, case_teardown_handler),
586-
Case("use other partitions' key - key agreement setup",
586+
Case("use other partition's key - key agreement setup",
587587
case_setup_handler, test_use_other_partition_key_agreement_setup, case_teardown_handler),
588588
};
589589

0 commit comments

Comments
 (0)