File: spelling.patch

package info (click to toggle)
libppi-html-perl 1.08-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 244 kB
  • sloc: perl: 1,630; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix typo in POD
Author: Florian Schlichting <fsfs@debian.org>
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125787

--- a/lib/PPI/HTML.pm
+++ b/lib/PPI/HTML.pm
@@ -31,7 +31,7 @@
 While early on it was thought that the same formatting code might be able
 to be used for a variety of different types of things (ANSI and HTML for
 example) later developments with the here-doc code and the need for
-independantly written serializers meant that this idea had to be discarded.
+independently written serializers meant that this idea had to be discarded.
 
 In addition, the old module only made use of the Tokenizer, and had a
 pretty shit API to boot.