summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-19 16:39:16 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-19 16:39:16 +0100
commitc5358bb2a03b54fc9a610640e2bb60fbdbf28ab3 (patch)
tree487501a73e0989d66510d4b84d99ac6974c0dcdc
parentbee4b231d94f269428c37a87b97755b12a58587e (diff)
downloadgnutls-c5358bb2a03b54fc9a610640e2bb60fbdbf28ab3.tar.gz
doc: corrected typo
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--doc/cha-intro-tls.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 2ac7404735..1d508bbca0 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -638,7 +638,7 @@ Other helper functions are listed below.
The TLS protocol was extended in @xcite{RFC7918} to allow the client
to send data to server in a single round trip. This change however operates on the borderline
-of the TLS protocol security guarrantees and should be used for the cases where the reduced
+of the TLS protocol security guarantees and should be used for the cases where the reduced
latency outperforms the risk of an adversary intercepting the transferred data. In GnuTLS
applications can use the @acronym{GNUTLS_ENABLE_FALSE_START} as option to @funcref{gnutls_init}
to request an early return of the @funcref{gnutls_handshake} function. After that early