X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f03ec3ea12c8eac0cf957cebda57238c8ea56167..38798bba13d1257936e960517e0c9d16aee05cff:/nominatim/api/reverse.py?ds=inline 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}")