Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2023-11-14 10:11:16 +01:00
parent 02a4c8cfa9
commit 14bd0bc743
14 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ struct crypto_tester_t {
*
* @param ke key exchange method to test
* @param create constructor function for the key exchange method
* @param speed speeed test result, NULL to omit
* @param speed speed test result, NULL to omit
* @return TRUE if test passed
*/
bool (*test_ke)(crypto_tester_t *this, key_exchange_method_t ke,