This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository liblog-report-perl.
commit 7b58ce06bd5461b3ac2cdd830d54b74ed4c4a2c6 Author: gregor herrmann <[email protected]> Date: Sun Oct 30 16:34:56 2016 +0100 Add new spelling.patch. --- debian/patches/series | 1 + debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..5299247 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..8227845 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,29 @@ +Description: fix typos +Origin: vendor +Author: gregor herrmann <[email protected]> +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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblog-report-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
