From 03f66feaf58ed03a2dec18ccaa59ab5580cf5a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Fri, 15 Nov 2024 01:27:15 +0000 Subject: [PATCH] Fix spelling errors -------8<------- SUMMARY: unsupport 1 --- prometheus_xmpp/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus_xmpp/__main__.py b/prometheus_xmpp/__main__.py index 5d32701..c0986b3 100755 --- a/prometheus_xmpp/__main__.py +++ b/prometheus_xmpp/__main__.py @@ -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,