File: 01-fix-spelling.diff

package info (click to toggle)
libstring-similarity-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 132 kB
  • ctags: 23
  • sloc: ansic: 392; perl: 10; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
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