summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mikusek <petr@mikusek.info>2020-01-31 17:48:28 +0100
committerGitHub <noreply@github.com>2020-01-31 11:48:28 -0500
commit725bb4d1739c75a023b4987f79f1739b1a854b95 (patch)
treef0c34f72af12a3b16ef770623ac0b8dd7a97e080
parent54520c468553155f95757bd9cec0bb34f4d84418 (diff)
downloadansible-725bb4d1739c75a023b4987f79f1739b1a854b95.tar.gz
Fix typo in shell_windows.py (#66964)
-rw-r--r--lib/ansible/plugins/doc_fragments/shell_windows.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/plugins/doc_fragments/shell_windows.py b/lib/ansible/plugins/doc_fragments/shell_windows.py
index e4a8b6c3e3..66c9603e7f 100644
--- a/lib/ansible/plugins/doc_fragments/shell_windows.py
+++ b/lib/ansible/plugins/doc_fragments/shell_windows.py
@@ -31,7 +31,7 @@ options:
- name: ansible_remote_tmp
set_module_language:
description:
- - Controls if we set the locale for moduels when executing on the
+ - Controls if we set the locale for modules when executing on the
target.
- Windows only supports C(no) as an option.
type: bool