Misc typo fixes (#47699)

fixes requried to required

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-10-28 12:35:30 +05:30
committed by GitHub
parent 303fa6b478
commit 3568dc512a
4 changed files with 5 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ def main():
)
if not HAS_ZABBIX_API:
module.fail_json(msg="Missing requried zabbix-api module (check docs or install with: pip install zabbix-api)")
module.fail_json(msg="Missing required zabbix-api module (check docs or install with: pip install zabbix-api)")
server_url = module.params['server_url']
login_user = module.params['login_user']