From 17af868f62ebd4b54b13fc0c0a051d1f13c10bf4 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 4 Feb 2020 22:04:01 +0200 Subject: [PATCH] Update certbot-apache/certbot_apache/_internal/apache_util.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/_internal/apache_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/_internal/apache_util.py b/certbot-apache/certbot_apache/_internal/apache_util.py index 27c169a65..b3582cd30 100644 --- a/certbot-apache/certbot_apache/_internal/apache_util.py +++ b/certbot-apache/certbot_apache/_internal/apache_util.py @@ -14,7 +14,7 @@ from certbot.compat import os def get_apache_ocsp_struct(ttl, ocsp_response): """Create Apache OCSP response structure to be used in response cache - :param int ttl: Time-To-Live in seocnds + :param int ttl: Time-To-Live in seconds :param str ocsp_response: OCSP response data :returns: Apache OCSP structure