From a93d8341e368ba43e32b33aad6df80064f94e607 Mon Sep 17 00:00:00 2001 From: Matt Robenolt Date: Mon, 9 Feb 2015 10:45:03 -0800 Subject: [PATCH] Fix typo in postfix help text --- src/collectors/postfix/postfix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/collectors/postfix/postfix.py b/src/collectors/postfix/postfix.py index 69f4738f5..cf9776ef8 100644 --- a/src/collectors/postfix/postfix.py +++ b/src/collectors/postfix/postfix.py @@ -8,7 +8,7 @@ #### Dependencies * socket - * json (or simeplejson) + * json (or simplejson) * [postfix-stats](https://github.com/disqus/postfix-stats) """ @@ -38,7 +38,7 @@ def get_default_config_help(self): config_help = super(PostfixCollector, self).get_default_config_help() config_help.update({ - 'host': 'Hostname to coonect to', + 'host': 'Hostname to connect to', 'port': 'Port to connect to', 'include_clients': 'Include client connection stats', })