X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c0b44113371bd40c74b90b0e49dc0ff63e672a4f..c72e6a93dc13ffd2f585ae6fb6234ddd5229d2ea:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 4063eda6..14a43c5c 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -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;