X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d2ec1abaedd12792e1f544ee9b2fabf5edecc714..fa44f7bcb308bfe51cc68ad15c2e4574f2182a09:/lib-php/Geocode.php diff --git a/lib-php/Geocode.php b/lib-php/Geocode.php index 85d871f0..978ca679 100644 --- a/lib-php/Geocode.php +++ b/lib-php/Geocode.php @@ -190,7 +190,7 @@ class Geocode $this->bFallback = $oParams->getBool('fallback', $this->bFallback); - // List of excluded Place IDs - used for more acurate pageing + // List of excluded Place IDs - used for more accurate pageing $sExcluded = $oParams->getStringList('exclude_place_ids'); if ($sExcluded) { foreach ($sExcluded as $iExcludedPlaceID) {