From ffc67f0a379334091f7dc9760900ee95150ebf2c Mon Sep 17 00:00:00 2001 From: Nathaniel Schaaf Date: Wed, 16 Sep 2015 10:48:23 -0500 Subject: [PATCH] Fix spelling --- docsite/rst/developing_modules.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_modules.rst b/docsite/rst/developing_modules.rst index 0235d2c54f6..6eedcb2fa46 100644 --- a/docsite/rst/developing_modules.rst +++ b/docsite/rst/developing_modules.rst @@ -508,7 +508,7 @@ Windows modules checklist ````````````````````````` * Favour native powershell and .net ways of doing things over calls to COM libraries or calls to native executables which may or may not be present in all versions of windows * modules are in powershell (.ps1 files) but the docs reside in same name python file (.py) -* look at ansible/lib/ansible/module_utils/powershell.ps1 for commmon code, avoid duplication +* look at ansible/lib/ansible/module_utils/powershell.ps1 for common code, avoid duplication * start with:: #!powershell