File: fix_manpage.patch

package info (click to toggle)
libhtml-clean-perl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 388 kB
  • sloc: perl: 444; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (2)
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
Description: spelling error in manpage
Last-Update: 2011-06-15
Origin: Fabrizio Regalli <fabreg@fabreg.it>
Forwarded: not-needed

--- a/lib/HTML/Clean.pm
+++ b/lib/HTML/Clean.pm
@@ -42,19 +42,19 @@
 
 =over 8
 
-=item Remove unneeded whitespace (begining of line, etc)
+=item Remove unneeded whitespace (beginning of line, etc)
 
 =item Remove unneeded META elements.
 
 =item Remove HTML comments (except for styles, javascript and SSI)
 
-=item Replace tags with equivilant shorter tags (<strong> --> <b>)
+=item Replace tags with equivalent shorter tags (<strong> --> <b>)
 
 =item etc.
 
 =back
 
-The entire proces is configurable, so you can pick and choose what you want
+The entire process is configurable, so you can pick and choose what you want
 to clean.
 
 =cut