X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f03ec3ea12c8eac0cf957cebda57238c8ea56167..7205491b8495e48c62b28373d1746e77d475582b:/nominatim/api/reverse.py diff --git a/nominatim/api/reverse.py b/nominatim/api/reverse.py index a2daee15..e16742cf 100644 --- a/nominatim/api/reverse.py +++ b/nominatim/api/reverse.py @@ -175,7 +175,7 @@ class ReverseGeocoder: t = self.conn.t.placex # PostgreSQL must not get the distance as a parameter because - # there is a danger it won't be able to proberly estimate index use + # there is a danger it won't be able to properly estimate index use # when used with prepared statements diststr = sa.text(f"{distance}")