just a few spelling error changes

This commit is contained in:
Carlos E. Garcia
2015-04-28 09:36:42 -04:00
parent 4205d74b11
commit cfbfd38723
32 changed files with 38 additions and 38 deletions

View File

@@ -34,7 +34,7 @@ class ActionModule(ActionBase):
if src is None:
return dict(failed=True, msg="src is required")
elif remote_src:
# everyting is remote, so we just execute the module
# everything is remote, so we just execute the module
# without changing any of the module arguments
return self._execute_module()