From 58a31fdc3c69db852c229bb14a55fd44694cd26d Mon Sep 17 00:00:00 2001 From: Phrozyn Date: Tue, 28 Jun 2016 19:17:37 -0500 Subject: [PATCH] corrected typo in mq/plugins/fluentdSqsFixup.py --- mq/plugins/fluentdSqsFixup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mq/plugins/fluentdSqsFixup.py b/mq/plugins/fluentdSqsFixup.py index 3f999e4a..e0ce64d4 100644 --- a/mq/plugins/fluentdSqsFixup.py +++ b/mq/plugins/fluentdSqsFixup.py @@ -73,8 +73,8 @@ class message(object): if 'destinationipv4address' not in details.keys(): details['destinationipv4address'] = ipText else: - details['destionationipaddress'] = '0.0.0.0' - details['destionationipv4address'] = '0.0.0.0' + details['destinationipaddress'] = '0.0.0.0' + details['destinationipv4address'] = '0.0.0.0' addError(message, 'plugin: {0} error: {1}:{2}'.format('fluentSqsFixUp.py', 'destinationipaddress is invalid', ipText)) if not 'hostname' in message.keys(): message['hostname'] = tmp