Merge pull request #452 from zyegfryed/patch-1

Typo
This commit is contained in:
Brian Coca 2015-05-05 11:03:36 -04:00
commit 3d00e1c5d1

View file

@ -111,7 +111,7 @@ def main():
)
if not HAS_PINGDOM:
module.fail_json(msg="Missing requried pingdom module (check docs)")
module.fail_json(msg="Missing required pingdom module (check docs)")
checkid = module.params['checkid']
state = module.params['state']