X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8e90fa3395126fb45bcd0ff9070c1769ac4e1c01..a8aec65fb4278666fafb8b3b655093a3d1f0ae2a:/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}")