[libweb-scraper-perl] 09/11: Add a spelling patch.

gregor herrmann gregoa at debian.org
Wed Oct 22 18:44:43 UTC 2014


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

gregoa pushed a commit to branch master
in repository libweb-scraper-perl.

commit 9b82d4b6240e00636a21c1c6a88dfe4b373434d2
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 22 20:40:39 2014 +0200

    Add a spelling patch.
---
 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..8241442
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: improve wording/grammar
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-10-22
+Forwarded: https://github.com/miyagawa/web-scraper/issues/18
+Bug: https://github.com/miyagawa/web-scraper/issues/18
+
+--- a/lib/Web/Scraper.pm
++++ b/lib/Web/Scraper.pm
+@@ -433,7 +433,7 @@
+ 
+ =head2 result
+ 
+-C<result> allows to return not the default value after processing but a single
++C<result> allows one to return not the default value after processing but a single
+ value specified by a key or a hash reference built from several keys.
+ 
+   process 'a', 'want[]' => 'TEXT';

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



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