From 29062eda446e83f8e8e70e0b4c4eec81a886172b Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 25 Jul 2018 16:41:38 +0200 Subject: gnutls.h: corrected typo Signed-off-by: Nikos Mavrogiannopoulos --- lib/includes/gnutls/gnutls.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 52e9727486..6baebc295c 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -2852,7 +2852,7 @@ typedef enum { * @GNUTLS_EXT_FLAG_TLS13_SERVER_HELLO: This extension can be present in a TLS1.3 server hello * @GNUTLS_EXT_FLAG_EE: This extension can be present in encrypted extensions message * @GNUTLS_EXT_FLAG_HRR: This extension can be present in hello retry request message - * @GNUTLS_EXT_FLAG_IGNORE_CLIENT_REQUEST: When flag is present, this extension will be send even if the server didn't advertise it. An extension of this type is the Cookie TLS1.3 extension. + * @GNUTLS_EXT_FLAG_IGNORE_CLIENT_REQUEST: When flag is present, this extension will be send even if the client didn't advertise it. An extension of this type is the Cookie TLS1.3 extension. * @GNUTLS_EXT_FLAG_DTLS: This extension can be present under DTLS; otherwise ignored. * @GNUTLS_EXT_FLAG_TLS: This extension can be present under TLS; otherwise ignored. * -- cgit v1.2.1