]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/v1/server_glue.py
fix polgyon polygon typo
[nominatim.git] / nominatim / api / v1 / server_glue.py
index 865e13318c61732f2f29f04a77fee3f1f4c28344..5b6efe5fc6edeb0da896e7e06c01c78a76b0c478 100644 (file)
@@ -250,7 +250,7 @@ class ASGIAdaptor(abc.ABC):
                 numgeoms += 1
 
         if numgeoms > self.config().get_int('POLYGON_OUTPUT_MAX_TYPES'):
-            self.raise_error('Too many polgyon output options selected.')
+            self.raise_error('Too many polygon output options selected.')
 
         return {'address_details': True,
                 'geometry_simplification': self.get_float('polygon_threshold', 0.0),