commit | 36e89b5b71735bf38c02c1046828fd2ad26dc30b | [log] [tgz] |
---|---|---|
author | Antonin Décimo <antonin.decimo@gmail.com> | Wed Jan 23 15:24:37 2019 +0100 |
committer | Antonin Décimo <antonin.decimo@gmail.com> | Thu Jan 24 10:37:40 2019 +0100 |
tree | 28e8a8e57355f28a127cd39163447db592460e77 | |
parent | 62ec2dd68f92b1970ff3cdcdccf652837a359680 [diff] [blame] |
Fix #2370, minor typos and spelling mistakes
diff --git a/tests/suites/test_suite_ecdh.function b/tests/suites/test_suite_ecdh.function index 08a1686..7db0ed1 100644 --- a/tests/suites/test_suite_ecdh.function +++ b/tests/suites/test_suite_ecdh.function
@@ -351,7 +351,7 @@ mbedtls_ecdh_enable_restart( &cli ); } - /* server writes its paramaters */ + /* server writes its parameters */ memset( buf, 0x00, sizeof( buf ) ); len = 0;