Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoona Hoikkala <joohoi@users.noreply.github.com>2019-08-27 16:59:26 +0300
committerGitHub <noreply@github.com>2019-08-27 16:59:26 +0300
commitc70f4431deb58bd51cd98719f8a99272ac80cc7c (patch)
tree0464f90884de68c7dbba8ee3ea20de462d30d7df
parent5dc64c36e2b5153bbf2cdd82aac8f2701e8dd192 (diff)
Update certbot-apache/certbot_apache/interfaces.py
Co-Authored-By: Brad Warren <bmw@users.noreply.github.com>
-rw-r--r--certbot-apache/certbot_apache/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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.