From 5c5b820352295a2726a5562af3261eb493efdc52 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Fri, 18 Jun 2021 12:21:25 +0100 Subject: [PATCH] Fix typo in doc'n of session resumption API 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 1e8976ed14..68fee03a77 100644 --- a/include/mbedtls/ssl.h +++ b/include/mbedtls/ssl.h @@ -3718,7 +3718,7 @@ const mbedtls_x509_crt *mbedtls_ssl_get_peer_cert( const mbedtls_ssl_context *ss * This must have been initialized with mbedtls_ssl_init_session() * but otherwise be unused. * - * \note This function can handle a variety of mechanism for session + * \note This function can handle a variety of mechanisms for session * resumption: For TLS 1.2, both session ID-based resumption and * ticket-based resumption will be considered. For TLS 1.3, * once implemented, sessions equate to tickets, and calling