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:
-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.