Spelling fix.

This commit is contained in:
Michael DeHaan 2013-06-02 16:03:41 -04:00
parent 1f7c197a9d
commit 3b77d17a26

View file

@ -847,7 +847,7 @@ class Runner(object):
print ie.errno
if ie.errno == 32:
# broken pipe from Ctrl+C
raise errors.AnsibleError("interupted")
raise errors.AnsibleError("interrupted")
raise
else:
results = [ self._executor(h) for h in hosts ]