diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 607ed49dd8b3..cad7f2827972 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -770,7 +770,7 @@ struct mbedtls_ssl_handshake_params #if defined(MBEDTLS_SSL_CLI_C) uint8_t client_auth; /*!< used to check if CertificateRequest has been - received from server side. If CertificateReqeust + received from server side. If CertificateRequest has been received, Certificate and CertificateVerify should be sent to server */ #endif /* MBEDTLS_SSL_CLI_C */