Package: libmail-box-perl / 2.095-1

fix-spelling-errors.patch Patch series | download
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
Description: Fix some spelling errors in manpages.
Origin: vendor
Bug: https://rt.cpan.org/Public/Bug/Display.html?id=59061
Forwarded: yes
Author: Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Last-Update: 2010-07-02

--- a/lib/Mail/Message/Head/Partial.pod
+++ b/lib/Mail/Message/Head/Partial.pod
@@ -28,7 +28,7 @@
 information is only useful during a short period of time in your program,
 or sometimes it is not used at all.  You then can decide to remove most
 of the header information.  However, be warned that it will be lost
-permanently: the header (and therefore the messsage) gets mutulated!
+permanently: the header (and therefore the message) gets mutulated!
 
 =head1 OVERLOADED
 
--- a/lib/Mail/Message/Head/ResentGroup.pod
+++ b/lib/Mail/Message/Head/ResentGroup.pod
@@ -146,7 +146,7 @@
 
 =over 4
 
-The header where the data is stored in.  Be dafault a
+The header where the data is stored in.  By default a
 L<Mail::Message::Head::Partial|Mail::Message::Head::Partial> is created for you.
 
 =back
--- a/lib/Mail/Transport/IMAP4.pod
+++ b/lib/Mail/Transport/IMAP4.pod
@@ -178,7 +178,7 @@
 
 Returned is a list of pairs (ref arrays) each describing one possible
 way to contact the server. Each pair contains a mechanism name and
-a challange callback (which may be C<undef>).
+a challenge callback (which may be C<undef>).
 
 The settings are used by L<login()|Mail::Transport::IMAP4/"Protocol [internals]"> to get server access.  The initial
 value origins from L<new(authenticate)|Mail::Transport::IMAP4/"METHODS">, but may be changed later.