From 03d24a9b1858e61f09dccf9017960ffabfb40865 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20M=C3=BCller?= Date: Wed, 23 Dec 2020 15:10:52 +0100 Subject: [PATCH] location-importer.in: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #12549 Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- src/python/location-importer.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 2dec89e..a4be445 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -990,7 +990,7 @@ class CLI(object): ) else: - log.warning("Unsupport type: %s" % type) + log.warning("Unsupported type: %s" % type) @staticmethod def _parse_bool(block, key): -- 2.39.2