From c70f4431deb58bd51cd98719f8a99272ac80cc7c Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Tue, 27 Aug 2019 16:59:26 +0300 Subject: Update certbot-apache/certbot_apache/interfaces.py Co-Authored-By: Brad Warren --- certbot-apache/certbot_apache/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/interfaces.py b/certbot-apache/certbot_apache/interfaces.py index db774dde1..a76ecf9d1 100644 --- a/certbot-apache/certbot_apache/interfaces.py +++ b/certbot-apache/certbot_apache/interfaces.py @@ -233,7 +233,7 @@ class DirectiveNode(ParserNode): :param name: Name or key of the DirectiveNode object. :param tuple parameters: Tuple of str parameters for this DirectiveNode. :param ancestor: BlockNode ancestor for this DirectiveNode, or None for - root configuratio node. + root configuration node. :param filepath: Filesystem path for the file where this DirectiveNode does or should exist in the filesystem, or None for directives introduced in the httpd command line. -- cgit v1.2.3