From 5d2f6eb8ed41fd90005ddd15779fa6d4971322ea Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 19 Oct 2017 13:23:07 -0500 Subject: [PATCH] Fix typos in certbot_apache/tests/configurator_test.py (#5193) --- certbot-apache/certbot_apache/tests/configurator_test.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/certbot-apache/certbot_apache/tests/configurator_test.py b/certbot-apache/certbot_apache/tests/configurator_test.py index 1d6dd9b05..7c6b071da 100644 --- a/certbot-apache/certbot_apache/tests/configurator_test.py +++ b/certbot-apache/certbot_apache/tests/configurator_test.py @@ -363,7 +363,7 @@ class MultipleVhostsTest(util.ApacheTest): confvars = {"handle-sites": False} if arg in confvars: return confvars[arg] - inc_path = "/path/to/whereever" + inc_path = "/path/to/wherever" vhost = self.vh_truth[0] with mock.patch(mock_c) as mock_conf: mock_conf.side_effect = conf_side_effect @@ -1367,7 +1367,7 @@ class MultipleVhostsTest(util.ApacheTest): self.assertFalse(self.config._check_aug_version()) class AugeasVhostsTest(util.ApacheTest): - """Test vhosts with illegal names dependant on augeas version.""" + """Test vhosts with illegal names dependent on augeas version.""" # pylint: disable=protected-access _multiprocess_can_split_ = True @@ -1451,7 +1451,7 @@ class AugeasVhostsTest(util.ApacheTest): broken_vhost) class MultiVhostsTest(util.ApacheTest): - """Test vhosts with illegal names dependant on augeas version.""" + """Test vhosts with illegal names dependent on augeas version.""" # pylint: disable=protected-access def setUp(self): # pylint: disable=arguments-differ