From 601e8394168d6ee4173e4ab4c7503bd07ce445dc Mon Sep 17 00:00:00 2001 From: Tom Cosgrove Date: Tue, 7 Mar 2023 11:43:12 +0000 Subject: [PATCH] Fix typos Signed-off-by: Tom Cosgrove --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 1e4d95e0c..acdb7acb3 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -871,7 +871,7 @@ * - Changes the behaviour of TLS 1.2 clients (not servers) when using the * ECDHE-ECDSA key exchange (not other key exchanges) to make all ECC * computations restartable: - * - ECDH operations from the key exchange, only for Short Weierstass + * - ECDH operations from the key exchange, only for Short Weierstrass * curves; * - verification of the server's key exchange signature; * - verification of the server's certificate chain;