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