summaryrefslogtreecommitdiff
path: root/doc/cha-gtls-app.texi
diff options
context:
space:
mode:
authorPatrick Pelletier <code@funwithsoftware.org>2012-05-03 18:35:18 -0700
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-12-14 00:55:36 +0100
commitad951968ab1f6b3381f8bffe57b8d725af8bd323 (patch)
treee6097a0e9a90cabe543d5d09c932effceb5f113a /doc/cha-gtls-app.texi
parent925a6f12437f5dba0fe4fcdf4553432cb7a08921 (diff)
downloadgnutls-ad951968ab1f6b3381f8bffe57b8d725af8bd323.tar.gz
minor phrasing improvements in docs
Diffstat (limited to 'doc/cha-gtls-app.texi')
-rw-r--r--doc/cha-gtls-app.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi
index 80bb33c04e..fa083e368c 100644
--- a/doc/cha-gtls-app.texi
+++ b/doc/cha-gtls-app.texi
@@ -1270,7 +1270,7 @@ and SRP authentication.
To reduce time and roundtrips spent in a handshake the client can
request session resumption from a server that previously shared
-a session with. For that the client has to retrieve and store
+a session with the client. For that the client has to retrieve and store
the session parameters. Before establishing a new session to the same
server the parameters must be re-associated with the GnuTLS session
using @funcref{gnutls_session_set_data}.