diff options
author | Andreas Metzler <ametzler@bebt.de> | 2018-08-15 14:20:43 +0200 |
---|---|---|
committer | Andreas Metzler <ametzler@bebt.de> | 2018-08-16 19:07:00 +0200 |
commit | 742e4505f434b95f57ac8f07ad720c170995b0d1 (patch) | |
tree | 2b3754cab1112edbc96ffa4fbd9568167d1d01e1 /lib/ext | |
parent | d4624761e3893314d5504a6ecbc9da6ff758bc41 (diff) | |
download | gnutls-742e4505f434b95f57ac8f07ad720c170995b0d1.tar.gz |
Fix two typos (overriden/guarranteed)
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
Diffstat (limited to 'lib/ext')
-rw-r--r-- | lib/ext/session_ticket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ext/session_ticket.c b/lib/ext/session_ticket.c index 0cab3afe8c..777bac155f 100644 --- a/lib/ext/session_ticket.c +++ b/lib/ext/session_ticket.c @@ -594,7 +594,7 @@ int gnutls_session_ticket_enable_client(gnutls_session_t session) * To avoid leaking that key, use gnutls_memset() prior to * releasing it. * - * The default ticket expiration time can be overriden using + * The default ticket expiration time can be overridden using * gnutls_db_set_cache_expiration(). * * Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, or an |