From 9caed14a218e0a5e1bf16bc48e2a427405870e42 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 14 May 2021 14:57:13 +0100 Subject: [PATCH] Fix typo in ssl session cache documentation Signed-off-by: Hanno Becker --- include/mbedtls/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h index 63417c3551..dd30161080 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -642,7 +642,7 @@ typedef struct mbedtls_ssl_flight_item mbedtls_ssl_flight_item; * \param session The address of the session structure to populate. * It is initialized with mbdtls_ssl_session_init(), * and the callback must always leave it in a state - * where it can savely be freed via + * where it can safely be freed via * mbedtls_ssl_session_free() independent of the * return code of this function. *