From c72e6a93dc13ffd2f585ae6fb6234ddd5229d2ea Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Wed, 12 Oct 2016 20:21:12 +0200 Subject: [PATCH] fix typo in error message --- lib/Geocode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5