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
|
Description: fix typos
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-10-30
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118561
Bug: https://rt.cpan.org/Ticket/Display.html?id=118561
--- a/lib/Log/Report.pod
+++ b/lib/Log/Report.pod
@@ -592,7 +592,7 @@
The SHORT syntax will add the report abbreviations (like function
L<error()|Log::Report/"Abbreviations for report()">) to your name-space. Otherwise, each message must be produced
with L<report()|Log::Report/"Report Production and Configuration">. C<LONG> is an alternative to C<REPORT>: both do not
-polute your namespace with the useful abbrev functions.
+pollute your namespace with the useful abbrev functions.
=back
--- a/lib/Log/Report/Message.pod
+++ b/lib/Log/Report/Message.pod
@@ -461,7 +461,7 @@
Therefore, the first form will automatically be translated into the
second. All leading and trailing white-space (blanks, new-lines, tabs,
-...) are removed from the msgid befor the look-up, and then added to
+...) are removed from the msgid before the look-up, and then added to
the translated string.
Leading and trailing white-space on the plural form will also be
|