zabbix_proxy: Fixed a typo (#47698)

changed requried to required
This commit is contained in:
Matthew Hellmer 2018-10-27 01:37:24 -04:00 committed by Abhijeet Kasurde
parent 5568ffd45b
commit 2b52eadebb

View file

@ -259,7 +259,7 @@ def main():
)
if not HAS_ZABBIX_API:
module.fail_json(msg="Missing requried zabbix-api module" +
module.fail_json(msg="Missing required zabbix-api module" +
" (check docs or install with:" +
" pip install zabbix-api)")