[libdata-validate-struct-perl] 05/06: Add spelling-error-in-manpage.patch

Nick Morrott nickm-guest at moszumanska.debian.org
Sun May 29 22:48:20 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libdata-validate-struct-perl.

commit 954cd532409a6287ddf8a1d36a7dd881a29df3a5
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun May 29 23:25:44 2016 +0100

    Add spelling-error-in-manpage.patch
---
 debian/patches/series                          |  1 +
 debian/patches/spelling-error-in-manpage.patch | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7c4b35
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-error-in-manpage.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..2fdb01d
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,25 @@
+Description: Correct spelling errors in manpage (lintian)
+Author: Nick Morrott <knowledgejunkie at gmail.com>
+Bug: https://rt.cpan.org/Ticket/Display.html?id=114815
+Last-Update: 2016-05-29
+---
+--- a/Struct.pm
++++ b/Struct.pm
+@@ -557,7 +557,7 @@
+ 
+ In some rare situations you might require a negative match. So
+ a test shall return TRUE if a particular value does NOT match the
+-given type. This might be usefull to prevent certain things.
++given type. This might be useful to prevent certain things.
+ 
+ To achieve this, you just have to prepend one of the below mentioned
+ types with the keyword B<no>.
+@@ -679,7 +679,7 @@
+ Returns an array ref with the errors found when validating the hash.
+ Each error is on the format '<value> doesn't match <types> at <ref>',
+ where <ref> is a comma separated tree view depicting where in the
+-the error occured.
++the error occurred.
+ 
+ =item B<errstr()>
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-validate-struct-perl.git



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