Commit 3b77d17a by Michael DeHaan

Spelling fix.

parent 1f7c197a
......@@ -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 ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment