[libjson-validator-perl] 06/07: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Sun Apr 17 14:48:07 UTC 2016


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

gregoa pushed a commit to branch master
in repository libjson-validator-perl.

commit 723936d40c6f9686086cfd9f03679f57814fe126
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Apr 17 16:46:14 2016 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 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..dac2022
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling fix in the POD
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-04-17
+Forwarded: https://github.com/jhthorsen/json-validator/issues/18
+Bug: https://github.com/jhthorsen/json-validator/issues/18
+
+--- a/lib/JSON/Validator/Error.pm
++++ b/lib/JSON/Validator/Error.pm
+@@ -46,7 +46,7 @@
+ 
+   $str = $self->path;
+ 
+-A JSON pointer to where the error occured. Defaults to "/".
++A JSON pointer to where the error occurred. Defaults to "/".
+ 
+ =head1 METHODS
+ 

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



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