Skip to content

Commit b774efa

Browse files
committed
Fix spelling error in fuzzystrmatch docs.
1 parent df4a959 commit b774efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/fuzzystrmatch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ levenshtein_less_equal(text source, text target, int max_d) returns int
9595
substitution, respectively. You can omit the cost parameters, as in
9696
the second version of the function; in that case they all default to 1.
9797
<literal>levenshtein_less_equal</literal> is accelerated version of
98-
levenshtein functon for low values of distance. If actual distance
98+
levenshtein function for low values of distance. If actual distance
9999
is less or equal then max_d, then <literal>levenshtein_less_equal</literal>
100100
returns accurate value of it. Otherwise this function returns value
101101
which is greater than max_d.

0 commit comments

Comments
 (0)