File: fix-spelling.patch

package info (click to toggle)
libhtml-prettyprinter-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 152 kB
  • ctags: 53
  • sloc: perl: 963; makefile: 2
file content (53 lines) | stat: -rw-r--r-- 1,741 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Description: Fix spelling error in README and POD
Author: Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>
Forwarded: yes
Last-Update: 2013-12-01

--- a/README
+++ b/README
@@ -4,7 +4,7 @@
                        HTML::PrettyPrinter
 
 A module for generating nice looking HTML files from HTML trees. 
-It is especially usefull if the produced HTML file shall be read 
+It is especially useful if the produced HTML file shall be read 
 or edited manually afterwards. Various parameters let you adapt 
 the output to different styles and requirements.
  
--- a/PrettyPrinter.pm
+++ b/PrettyPrinter.pm
@@ -1,5 +1,7 @@
 package HTML::PrettyPrinter;
 
+=encoding UTF-8
+
 =head1 NAME
 
  HTML::PrettyPrinter - generate nice HTML files from HTML syntax trees
@@ -38,7 +40,7 @@
 =head1 DESCRIPTION
 
 HTML::PrettyPrinter produces nicely formatted HTML code from
-a HTML syntax tree. It is especially usefull if the produced HTML file
+a HTML syntax tree. It is especially useful if the produced HTML file
 shall be read or edited manually afterwards. Various parameters let you
 adapt the output to different styles and requirements.
 
@@ -59,7 +61,7 @@
 In order to faciliate the configuration a mechanism to handle tag groups
 is provided. Thus, it is possible to modify a parameter for a group of tags 
 (e.g. all known block elements) without writing each tag name explicitly. 
-Perhaps the code for tag groups will move to an other Perl module in the 
+Perhaps the code for tag groups will move to another Perl module in the 
 future.
 
 For HTML::Elements that require a special treatment like
@@ -104,7 +106,7 @@
 
 =head1 INDIVIDUAL PARAMETERS
 
-Following individual paramters exist
+Following individual parameters exist
 
 =over 4