summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaiki Ueno <ueno@gnu.org>2019-08-14 04:23:28 +0000
committerDaiki Ueno <ueno@gnu.org>2019-08-14 04:23:28 +0000
commit6522c27d70d29cdb67cbfe5864e2f02bdda69970 (patch)
treeb7c554d02e3135cacea653045bf1cf47c2f3bc19
parent4234e99b2a4296968b00ca69537f4577e109f975 (diff)
parenteb94b8d2b8a2fb32ed05ad8ebc752c518ab8ca49 (diff)
downloadgnutls-6522c27d70d29cdb67cbfe5864e2f02bdda69970.tar.gz
Merge branch 'mcatanzaro/typo' into 'master'
Fix typo in gnutls_db_set_cache_expiration() docs See merge request gnutls/gnutls!1057
-rw-r--r--lib/db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/db.c b/lib/db.c
index 13c25960dc..fc0699a4bd 100644
--- a/lib/db.c
+++ b/lib/db.c
@@ -124,7 +124,7 @@ void *gnutls_db_get_ptr(gnutls_session_t session)
* @seconds: is the number of seconds.
*
* Set the expiration time for resumed sessions. The default is 21600
- * (size hours) at the time of writing.
+ * (6 hours) at the time of writing.
*
* The maximum value that can be set using this function is 604800
* (7 days).