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

@ -109,7 +109,7 @@ class Connection(object):
if in_data:
raise errors.AnsibleError("Internal Error: this module does not support optimized module pipelining")
# We happily ignore privelege escalation
# We happily ignore privilege escalation
if executable == '/bin/sh':
executable = None
local_cmd = self._generate_cmd(executable, cmd)