]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix typo in gnutls_db_set_cache_expiration() docs 1057/head
authorMichael Catanzaro <mcatanzaro@gnome.org>
Tue, 13 Aug 2019 19:55:19 +0000 (14:55 -0500)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Tue, 13 Aug 2019 19:59:16 +0000 (14:59 -0500)
21600 seconds is six hours.

Signed-off-by: Michael Catanzaro <mcatanzaro@gnome.org>
lib/db.c

index 13c25960dc204840b7d4cc12e3f722474ad42064..fc0699a4bdbdb19c23f61d0ee90194bea12dee67 100644 (file)
--- 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).