mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix typo in error message
This commit is contained in:
@@ -880,7 +880,7 @@ class Geocode
|
|||||||
foreach ($aPhrases as $iPhrase => $sPhrase) {
|
foreach ($aPhrases as $iPhrase => $sPhrase) {
|
||||||
$aPhrase = chksql(
|
$aPhrase = chksql(
|
||||||
$this->oDB->getRow("select make_standard_name('".pg_escape_string($sPhrase)."') as string"),
|
$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'])) {
|
if (trim($aPhrase['string'])) {
|
||||||
$aPhrases[$iPhrase] = $aPhrase;
|
$aPhrases[$iPhrase] = $aPhrase;
|
||||||
|
|||||||
Reference in New Issue
Block a user