summaryrefslogtreecommitdiff
path: root/lib/session.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/session.c')
-rw-r--r--lib/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/session.c b/lib/session.c
index 90e3a78a4a..1622b29764 100644
--- a/lib/session.c
+++ b/lib/session.c
@@ -172,7 +172,7 @@ gnutls_session_get_data2(gnutls_session_t session, gnutls_datum_t *data)
*
* In client side this function returns the identifier returned by the
* server, and cannot be assumed to have any relation to session resumption.
- * In server side this function is guarranteed to return a persistent
+ * In server side this function is guaranteed to return a persistent
* identifier of the session since GnuTLS 3.6.4, which may not necessarily
* map into the TLS session ID value. Prior to that version the value
* could only be considered a persistent identifier, under TLS1.2 or earlier
@@ -222,7 +222,7 @@ gnutls_session_get_id(gnutls_session_t session,
*
* In client side this function returns the identifier returned by the
* server, and cannot be assumed to have any relation to session resumption.
- * In server side this function is guarranteed to return a persistent
+ * In server side this function is guaranteed to return a persistent
* identifier of the session since GnuTLS 3.6.4, which may not necessarily
* map into the TLS session ID value. Prior to that version the value
* could only be considered a persistent identifier, under TLS1.2 or earlier