]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
location-importer.in: fix typo
authorPeter Müller <peter.mueller@ipfire.org>
Wed, 23 Dec 2020 14:10:52 +0000 (15:10 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 23 Dec 2020 14:34:12 +0000 (14:34 +0000)
Fixes: #12549
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in

index 2dec89e4b9c3f422848b27447d2c555703622b0a..a4be445e36f1a8fba11d66d8cf7e4af651277b49 100644 (file)
@@ -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):