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:
authorsagi <sagi@users.noreply.github.com>2015-12-11 12:18:36 +0300
committersagi <sagi@users.noreply.github.com>2015-12-11 12:18:36 +0300
commitb4746e555a0edc8c5450c5e833b09537620a38b0 (patch)
tree8d3445bddc8df884566b3c58516f63ba3d745e41 /letsencrypt-apache
parent0348f62ffa410e9a7d43a1a461a95f3bf9a602b1 (diff)
typo: an other -> another
Diffstat (limited to 'letsencrypt-apache')
-rw-r--r--letsencrypt-apache/letsencrypt_apache/configurator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py
index 446bfe9e5..67b089909 100644
--- a/letsencrypt-apache/letsencrypt_apache/configurator.py
+++ b/letsencrypt-apache/letsencrypt_apache/configurator.py
@@ -887,7 +887,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
# Note: if code flow gets here it means we didn't find the exact
# letsencrypt RewriteRule config for redirection. So if we find
- # an other RewriteRule it may induce a loop / config mismatch.
+ # another RewriteRule it may induce a loop / config mismatch.
if self._is_rewrite_exists(general_vh):
logger.warn("Added an HTTP->HTTPS rewrite in addition to "
"other RewriteRules; you may wish to check for "