From dad02b2bece71b03e69365668a67202c508220f3 Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Thu, 6 Apr 2023 09:57:52 +0200 Subject: [PATCH] tls13: srv: Fix comment Signed-off-by: Ronald Cron --- library/ssl_tls13_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls13_server.c b/library/ssl_tls13_server.c index ed9bdfb4b..5691835c5 100644 --- a/library/ssl_tls13_server.c +++ b/library/ssl_tls13_server.c @@ -1405,7 +1405,7 @@ static int ssl_tls13_parse_client_hello(mbedtls_ssl_context *ssl, #endif /* - * We are negotiation the version 1.3 of the protocol. Do what we have + * We are negotiating the version 1.3 of the protocol. Do what we have * postponed: copy of the client random bytes, copy of the legacy session * identifier and selection of the TLS 1.3 cipher suite. */