From b4746e555a0edc8c5450c5e833b09537620a38b0 Mon Sep 17 00:00:00 2001 From: sagi Date: Fri, 11 Dec 2015 09:18:36 +0000 Subject: [PATCH] typo: an other -> another --- letsencrypt-apache/letsencrypt_apache/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "