File: fix_typos_in_manpage

package info (click to toggle)
libmime-lite-html-perl 1.24-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 884 kB
  • sloc: perl: 713; javascript: 91; makefile: 24
file content (36 lines) | stat: -rw-r--r-- 891 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
Description: Fix various typos in manpage
Author: Emmanuel Bouthenot <kolter@debian.org>
Bug-Debian: https://bugs.debian.org/844911
Forwarded: no
Last-Update: 2016-11-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/HTML.pm
+++ b/HTML.pm
@@ -839,7 +839,7 @@
 
 =head2 Documentation
 
-Additionnal documentation can be found here:
+Additional documentation can be found here:
 
 =over
 
@@ -972,7 +972,7 @@
 
 =item location
 
-Default method is embed them in mail whith 'Content-Location' header. 
+Default method is embed them in mail with 'Content-Location' header. 
 
 =item cid
 
@@ -1197,7 +1197,7 @@
 =head1 Error Handling
 
 The set_err routine is used privately. You can ask for an array of all the 
-errors which occured inside the parse routine by calling:
+errors which occurred inside the parse routine by calling:
 
 @errors = $mailHTML->errstr;