From c164609dd63dfecbfc549f0978c1401de70889d3 Mon Sep 17 00:00:00 2001 From: Matt Coddington Date: Thu, 25 Apr 2013 23:04:17 -0400 Subject: [PATCH] typo fix --- lib/ansible/runner/poller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/runner/poller.py b/lib/ansible/runner/poller.py index ab9e5b13898..d6d6fc7388e 100644 --- a/lib/ansible/runner/poller.py +++ b/lib/ansible/runner/poller.py @@ -48,7 +48,7 @@ class AsyncPoller(object): if jid is None: raise errors.AnsibleError("unexpected error: unable to determine jid") 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 def poll(self):