File: spelling.patch

package info (click to toggle)
libhtml-highlight-perl 0.20-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 132 kB
  • sloc: perl: 493; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 967 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Description: fix typos found by lintian
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125726

--- a/Highlight.pm
+++ b/Highlight.pm
@@ -333,13 +333,13 @@
 The method returns a reference to an array of sections of the document
 in which the words that were passed to the constructor appear. 
 HTML tags are removed before the document is proccessed and are 
-not present in the ouput. 
+not present in the output. 
 This feature is typically used in search engines to preview a context 
 in which words from a search query appear in the resulting documents.
 The words are always in the middle of each of the sections. The
 number of sections this method returns is equal to the number of words
 passed to the constructor of the highlighter object. 
-That means only the first occurence of each of the words is taken into
+That means only the first occurrence of each of the words is taken into
 account.
 
 =back