]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/website/details.php
extend BDD API tests to query via Python frameworks
[nominatim.git] / lib-php / website / details.php
index 1b02a2025e6539f6f0aff9e1bb47c4c3c69030bf..99307bbd9fb229a09e01b278872839f6b7512198 100644 (file)
@@ -206,7 +206,7 @@ if ($bIncludeLinkedPlaces) {
     $aLinkedLines = $oDB->getAll($sSQL);
 }
 
-// All places this is an imediate parent of
+// All places this is an immediate parent of
 $aHierarchyLines = false;
 if ($bIncludeHierarchy) {
     $sSQL = 'SELECT obj.place_id, osm_type, osm_id, class, type, housenumber,';