mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Fix typos found with codespell in comments
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
return false;
|
||||
|
||||
/*
|
||||
$fTotalFac is a suprisingly good indicator of accuracy
|
||||
$fTotalFac is a surprisingly good indicator of accuracy
|
||||
$iZoom = 18 + round(log($fTotalFac,32));
|
||||
$iZoom = max(13,min(18,$iZoom));
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user