From: Michael Catanzaro Date: Tue, 13 Aug 2019 19:55:19 +0000 (-0500) Subject: Fix typo in gnutls_db_set_cache_expiration() docs X-Git-Tag: gnutls_3_6_10~19^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb94b8d2b8a2fb32ed05ad8ebc752c518ab8ca49;p=thirdparty%2Fgnutls.git Fix typo in gnutls_db_set_cache_expiration() docs 21600 seconds is six hours. Signed-off-by: Michael Catanzaro --- 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).