]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/TokenPostcode.php
Merge remote-tracking branch 'upstream/master'
[nominatim.git] / lib-php / TokenPostcode.php
index 94e17793b7119fc987b53eaace5a7600a8127b62..f0dbd4571676ac59b0030b91a5bd9700ad9b3860 100644 (file)
@@ -17,7 +17,7 @@ class Postcode
 {
     /// Database word id, if available.
     private $iId;
 {
     /// Database word id, if available.
     private $iId;
-    /// Full nomralized postcode (upper cased).
+    /// Full normalized postcode (upper cased).
     private $sPostcode;
     // Optional country code the postcode belongs to (currently unused).
     private $sCountryCode;
     private $sPostcode;
     // Optional country code the postcode belongs to (currently unused).
     private $sCountryCode;