]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/api/reverse.py
Correct some typos
[nominatim.git] / nominatim / api / reverse.py
index a2daee157eb032c943869f4c0cc0da7bf2883dae..e16742cfa34170f6a8afbd0da75b6c945d7635d7 100644 (file)
@@ -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}")