]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls.h: corrected typo
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 25 Jul 2018 14:41:38 +0000 (16:41 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 25 Jul 2018 14:41:38 +0000 (16:41 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
lib/includes/gnutls/gnutls.h.in

index 52e97274865be512e7ad1a1e0b1b937909581bbe..6baebc295c754dd86ef2576a49756cb261123e08 100644 (file)
@@ -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.
  *