From: Peter Müller Date: Wed, 23 Dec 2020 14:10:52 +0000 (+0100) Subject: location-importer.in: fix typo X-Git-Tag: 0.9.6~10 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=03d24a9b1858e61f09dccf9017960ffabfb40865 location-importer.in: fix typo Fixes: #12549 Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- 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):