minor typo fix in zabbix_action (#54229)

Changed 'operaration' to 'operation'
This commit is contained in:
Richlv 2019-03-22 14:19:43 +02:00 committed by Abhijeet Kasurde
commit ab47142fa0

View file

@ -1073,7 +1073,7 @@ class Operations(object):
operation: operation to construct the conditions operation: operation to construct the conditions
Returns: Returns:
list: constructed operaration conditions list: constructed operation conditions
""" """
_opcond = operation.get('operation_condition') _opcond = operation.get('operation_condition')
if _opcond is not None: if _opcond is not None: