Commit e4a95566 by Michael DeHaan

Merge pull request #2782 from mcodd/devel

typo fix
parents 4a4958f6 c164609d
...@@ -48,7 +48,7 @@ class AsyncPoller(object): ...@@ -48,7 +48,7 @@ class AsyncPoller(object):
if jid is None: if jid is None:
raise errors.AnsibleError("unexpected error: unable to determine jid") raise errors.AnsibleError("unexpected error: unable to determine jid")
if len(self.hosts_to_poll)==0: if len(self.hosts_to_poll)==0:
raise errors.AnsibleErrot("unexpected error: no hosts to poll") raise errors.AnsibleError("unexpected error: no hosts to poll")
self.jid = jid self.jid = jid
def poll(self): def poll(self):
......
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