]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/db/sqlite_functions.py
Correct some typos
[nominatim.git] / nominatim / db / sqlite_functions.py
index 2134ae457b06ac263236f63927475a9fb33a7684..a56c04edc8f6a1eb2a1d3933cc4b5924a26cb38c 100644 (file)
@@ -26,7 +26,7 @@ def weigh_search(search_vector: Optional[str], rankings: str, default: float) ->
 
 class ArrayIntersectFuzzy:
     """ Compute the array of common elements of all input integer arrays.
-        Very large input paramenters may be ignored to speed up
+        Very large input parameters may be ignored to speed up
         computation. Therefore, the result is a superset of common elements.
 
         Input and output arrays are given as comma-separated lists.