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
|
Description: fix pod typos
Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=113877
Author: Florian Schlichting <fsfs@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-10-05
--- a/lib/Mail/IMAPTalk.pm
+++ b/lib/Mail/IMAPTalk.pm
@@ -73,7 +73,7 @@
It includes some helper functions to find the actual text/plain
or text/html part of a message out of a complex MIME structure.
-It also can find a list of attachements, and CID links for HTML
+It also can find a list of attachments, and CID links for HTML
messages with attached images.
=item *
@@ -4153,7 +4153,7 @@
=item *
-A quoted string, unquotes the string, changes any occurances
+A quoted string, unquotes the string, changes any occurrences
of \" to " and returns the string.
=item *
|