1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix typo
Author: Fabrizio Regalli <fabreg@fabreg.it>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=75582
--- a/Similarity.pm
+++ b/Similarity.pm
@@ -43,7 +43,7 @@
analyzing the string as soon as the result drops below the given limit,
in which case the result will be invalid but lower than the given
C<$limit>. You can use this to speed up the common case of searching for
-the most similar string from a set by specifing the maximum similarity
+the most similar string from a set by specifying the maximum similarity
found so far.
=cut
|