Skip to content

Commit

Permalink
Fix typo in postfix help text
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Feb 9, 2015
1 parent 49552bb commit a93d834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collectors/postfix/postfix.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#### Dependencies
* socket
* json (or simeplejson)
* json (or simplejson)
* [postfix-stats](https://github.com/disqus/postfix-stats)
"""
Expand Down Expand Up @@ -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',
})
Expand Down

0 comments on commit a93d834

Please sign in to comment.