summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/web_infrastructure
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2017-06-01 15:15:19 +0530
committerJohn R Barker <john@johnrbarker.com>2017-06-01 10:45:19 +0100
commit07be5f2b67ff185b5f5fc911c17f5c1c5c1a4103 (patch)
tree556bd22c33adf6cd94f556e93b6133344358b1a4 /lib/ansible/modules/web_infrastructure
parent9d8aa43c67169dfcaba7d9de27b69d02c761f7de (diff)
downloadansible-07be5f2b67ff185b5f5fc911c17f5c1c5c1a4103.tar.gz
spelling fixes (non-trivial, changing messages) (#25094)
Multiple spell fixes in single commit. Taking over existing PR as per comment - https://github.com/ansible/ansible/pull/23645#issuecomment-304312275 Original Author: klemens <ka7@github.com> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'lib/ansible/modules/web_infrastructure')
-rw-r--r--lib/ansible/modules/web_infrastructure/apache2_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/web_infrastructure/apache2_module.py b/lib/ansible/modules/web_infrastructure/apache2_module.py
index f0a73566fe..d026d93a04 100644
--- a/lib/ansible/modules/web_infrastructure/apache2_module.py
+++ b/lib/ansible/modules/web_infrastructure/apache2_module.py
@@ -138,7 +138,7 @@ def _module_is_enabled(module):
if 'AH00534' in stderr and 'mpm_' in name:
module.warnings.append(
"No MPM module loaded! apache2 reload AND other module actions"
- " will fail if no MPM module is loaded immediatly."
+ " will fail if no MPM module is loaded immediately."
)
else:
module.warnings.append(error_msg)