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