]> git.openstreetmap.org Git - nominatim.git/commitdiff
fix typo in error message
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 18:21:12 +0000 (20:21 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 12 Oct 2016 18:21:12 +0000 (20:21 +0200)
lib/Geocode.php

index 4063eda665b533ec162b5eeddc58da680af72549..14a43c5ce4627d0045d97f18740d84b181bd59b6 100644 (file)
@@ -880,7 +880,7 @@ class Geocode
             foreach ($aPhrases as $iPhrase => $sPhrase) {
                 $aPhrase = chksql(
                     $this->oDB->getRow("select make_standard_name('".pg_escape_string($sPhrase)."') as string"),
-                    "Cannot nomralize query string (is it an UTF-8 string?)"
+                    "Cannot normalize query string (is it a UTF-8 string?)"
                 );
                 if (trim($aPhrase['string'])) {
                     $aPhrases[$iPhrase] = $aPhrase;