[libtest-valgrind-perl] 03/04: Add a patch to fix a typo in the documentation.

gregor herrmann gregoa at debian.org
Sat Nov 21 19:24:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-valgrind-perl.

commit 72e1837872830852d1a502277461712da7005368
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 21 20:22:21 2015 +0100

    Add a patch to fix a typo in the documentation.
    
    Thanks: lintian.
---
 debian/patches/series     |  1 +
 debian/patches/typo.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..738c1cc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typo.patch
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
new file mode 100644
index 0000000..295b019
--- /dev/null
+++ b/debian/patches/typo.patch
@@ -0,0 +1,18 @@
+Description: fix a typo in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-11-21
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=109349
+Bug: https://rt.cpan.org/Ticket/Display.html?id=109349
+
+--- a/lib/Test/Valgrind/Command/Perl.pm
++++ b/lib/Test/Valgrind/Command/Perl.pm
+@@ -48,7 +48,7 @@
+ 
+ =item *
+ 
+-The C<perl> option specifies which C<perl> executable will run the arugment list given in C<args>.
++The C<perl> option specifies which C<perl> executable will run the argument list given in C<args>.
+ 
+ Defaults to C<$^X>.
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-valgrind-perl.git



More information about the Pkg-perl-cvs-commits mailing list