fix polgyon polygon typo

This commit is contained in:
Alessio Cimarelli
2023-07-17 10:11:57 +02:00
parent 2e56182a7f
commit 42c549274f
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class PlaceLookup
($this->bIncludePolygonAsSVG ? 1 : 0);
if ($iWantedTypes > CONST_PolygonOutput_MaximumTypes) {
if (CONST_PolygonOutput_MaximumTypes) {
userError('Select only '.CONST_PolygonOutput_MaximumTypes.' polgyon output option');
userError('Select only '.CONST_PolygonOutput_MaximumTypes.' polygon output option');
} else {
userError('Polygon output is disabled');
}