Skip to content

Commit

Permalink
Fix spelling errors
Browse files Browse the repository at this point in the history
-------8<-------
SUMMARY:
unsupport     1
  • Loading branch information
jelmer committed Nov 15, 2024
1 parent 9653a4e commit 03f66fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus_xmpp/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def password_cb():
config['alertmanager_url'] = env['ALERTMANAGER_URL']

if config.get('format') not in ('full', 'short', None):
parser.error("unsupport config format: %s" % config['format'])
parser.error("unsupported config format: %s" % config['format'])

return (
jid,
Expand Down

0 comments on commit 03f66fe

Please sign in to comment.