Description: Fix spelling errors in manpage
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=69086
Forwarded: yes
Author: Salvatore Bonaccorso <carnil@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-02

--- MboxParser/Mail.pm
+++ MboxParser/Mail.pm
@@ -689,7 +689,7 @@
 See L<Encode::Supported> for a list of encodings that you may use.
     
 Returns the filename under which the attachment has been saved. undef is
-returned in case the entity did not contain a saveable attachement, there was
+returned in case the entity did not contain a saveable attachment, there was
 no such entity at all or there was something wrong with the 'path' you
 specified. Check C<$mail-E<gt>error> to find out which of these possibilities
 apply.
@@ -773,10 +773,10 @@
 =item B<store_all_attachments(options)>  
 
 Walks through an entire mail and stores all apparent attachments. 'options' are
-exactly the same as in C<store_attachement()> with the same behaviour if no
+exactly the same as in C<store_attachment()> with the same behaviour if no
 options are given. 
 
-Returns a list of files that have been succesfully saved and an empty list if
+Returns a list of files that have been successfully saved and an empty list if
 no attachment could be extracted.
 
 C<$mail-E<gt>error> will tell you possible failures and a possible explanation
@@ -820,7 +820,7 @@
 
 =item B<get_attachments(file)>
 
-This method returns a mapping from attachment-names (if those are savable) to
+This method returns a mapping from attachment-names (if those are saveable) to
 index-numbers of the MIME-part that represents this attachment. It returns a
 hash-reference, the file-names being the key and the index the value:
 
