From fe5b512af774cd7b80162f6358b472941c3d542c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Mon, 13 Nov 2017 14:59:47 -0200 Subject: [PATCH] fixes commnet typos --- src/tls.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tls.c b/src/tls.c index 5599b7d8a..ac3b93ae6 100644 --- a/src/tls.c +++ b/src/tls.c @@ -1564,9 +1564,9 @@ static int TLSX_SNI_Parse(WOLFSSL* ssl, byte* input, word16 length, * client side to fetch the used SNI. It will only work if the SNI * was set at the SSL object level. Right now we only support one * name type, WOLFSSL_SNI_HOST_NAME, but in the future, the - * inclusion of other name types will turn this method inacurate, as - * the extension response doesn't contains information of wich name - * was accepted. + * inclusion of other name types will turn this method inaccurate, + * as the extension response doesn't contains information of which + * name was accepted. */ TLSX_SNI_SetStatus(ssl->extensions, WOLFSSL_SNI_HOST_NAME, WOLFSSL_SNI_REAL_MATCH);