commit | d5f4759594a8d551f166fb5a0c7dda0ee004d4ad | [log] [tgz] |
---|---|---|
author | Antonin Décimo <antonin.decimo@gmail.com> | Wed Jan 23 15:24:37 2019 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Mon Feb 18 14:50:57 2019 +0000 |
tree | d60e43ac0a8a1acbfbbcc504c5d6abaaf23e29a4 | |
parent | 6f76795bf5a8e0cc7b5fa7e8f0939afd3aefde41 [diff] [blame] |
Fix #2370, minor typos and spelling mistakes
diff --git a/tests/suites/test_suite_nist_kw.function b/tests/suites/test_suite_nist_kw.function index ae3ef80..f1acde9 100644 --- a/tests/suites/test_suite_nist_kw.function +++ b/tests/suites/test_suite_nist_kw.function
@@ -30,7 +30,7 @@ memset( key, 0, sizeof( key ) ); /* - * 1. Check wrap and unwrap with two seperate contexts + * 1. Check wrap and unwrap with two separate contexts */ mbedtls_nist_kw_init( &ctx1 ); mbedtls_nist_kw_init( &ctx2 );