File: spelling.patch

package info (click to toggle)
libkinosearch1-perl 1.01-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,568 kB
  • sloc: perl: 6,805; java: 168; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 966 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
23
24
25
26
27
28
Description: fix spelling mistake found by lintian
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=107020 (partly)
Author: Florian Schlichting <fsfs@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-05-29

--- a/lib/KinoSearch1/Highlight/SimpleHTMLEncoder.pm
+++ b/lib/KinoSearch1/Highlight/SimpleHTMLEncoder.pm
@@ -34,7 +34,7 @@
 
 =head1 DESCRIPTION
 
-Implemetation of L<KinoSearch1::Highlight::Encoder> which encodes HTML
+Implementation of L<KinoSearch1::Highlight::Encoder> which encodes HTML
 entities.  Currently, this module takes a minimal approach, encoding only
 '<', '>', '&', and '"'.  That is likely to change in the future.
 
--- a/lib/KinoSearch1.pm
+++ b/lib/KinoSearch1.pm
@@ -178,7 +178,7 @@
 
 =head2 Getting Started
 
-KinoSearch1 has many, many classes, but you only need to get aquainted with
+KinoSearch1 has many, many classes, but you only need to get acquainted with
 three to start with:
 
 =over