location-importer.in: fix typo

Message ID c4859eb7-a8ee-beb0-e5d1-b608865b383b@ipfire.org
State Accepted
Commit 03d24a9b1858e61f09dccf9017960ffabfb40865
Headers
Series location-importer.in: fix typo |

Commit Message

Peter Müller Dec. 23, 2020, 2:10 p.m. UTC
  Fixes: #12549

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 src/python/location-importer.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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):