zabbix_proxy: Fixed a typo (#47698)

changed requried to required
pull/47699/head
Matthew Hellmer 6 years ago committed by Abhijeet Kasurde
parent 5568ffd45b
commit 2b52eadebb

@ -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)")

Loading…
Cancel
Save