]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/Geocode.php
Merge pull request #2784 from lonvia/doscs-customizing-icu-tokenizer
[nominatim.git] / lib-php / Geocode.php
index acb79493734c6ece129e341b74d035f89743ac57..9e3b0b92fbc47638dd4ff4227a45b9617a9c2a6c 100644 (file)
@@ -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) {