[libanyevent-memcached-perl] 09/10: Add patch to fix some spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Mon Oct 28 22:09:31 UTC 2013


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

gregoa pushed a commit to branch master
in repository libanyevent-memcached-perl.

commit 925e23c7f97fd6e61c2f5de18293a39f289f53e8
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 28 23:08:20 2013 +0100

    Add patch to fix some spelling mistakes in the POD.
---
 debian/patches/series         |    1 +
 debian/patches/spelling.patch |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 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..a31fe85
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,36 @@
+Description: spelling fixes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=89826
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=89826
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-10-28
+
+--- a/lib/AnyEvent/Memcached.pm
++++ b/lib/AnyEvent/Memcached.pm
+@@ -682,7 +682,7 @@
+ 
+ =head2 rget( $from, $till, [ max => 100 ], [ '+left' => 1 ], [ '+right' => 1 ], [cv => $cv], [ rv => 'array' ], cb => $cb->( $rc, $err ) )
+ 
+-Memcachedb 1.2.1-beta implements rget method, that allows to look through the whole storage
++Memcachedb 1.2.1-beta implements rget method, that allows one to look through the whole storage
+ 
+ =over 4
+ 
+--- a/lib/AnyEvent/Memcached/Hash/WithNext.pm
++++ b/lib/AnyEvent/Memcached/Hash/WithNext.pm
+@@ -15,7 +15,7 @@
+ 
+ =head1 DESCRIPTION
+ 
+-Uses the same hashing, as default, but always put key to server, next after choosen. Result is twice-replicated data. Useful for usage with memcachdb
++Uses the same hashing, as default, but always put key to server, next after chosen. Result is twice-replicated data. Useful for usage with memcachdb
+ 
+ =cut
+ 
+@@ -43,4 +43,4 @@
+ 
+ =cut
+ 
+-1;
+\ No newline at end of file
++1;

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



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