From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: location@lists.ipfire.org Subject: [PATCH] location-importer.in: fix typo Date: Wed, 23 Dec 2020 15:10:52 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6180255519251229336==" List-Id: --===============6180255519251229336== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Fixes: #12549 Signed-off-by: Peter Müller --- 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.26.2 --===============6180255519251229336==--