Message ID | c4859eb7-a8ee-beb0-e5d1-b608865b383b@ipfire.org |
---|---|
State | Accepted |
Commit | 03d24a9b1858e61f09dccf9017960ffabfb40865 |
Headers | |
Series | location-importer.in: fix typo | |
Commit Message
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):