[libredis-perl] 05/06: Add a patch to fix a spelling mistake in the POD.
gregor herrmann
gregoa at debian.org
Sat Feb 13 14:18:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libredis-perl.
commit 75469dd97bbed6ce59b5c7a152c246e56f5b0304
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Feb 13 15:17:23 2016 +0100
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..fe1d4df
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-13
+Forwarded: https://github.com/PerlRedis/perl-redis/issues/118
+Bug: https://github.com/PerlRedis/perl-redis/issues/118
+
+--- a/lib/Redis.pm
++++ b/lib/Redis.pm
+@@ -933,7 +933,7 @@
+ ## Die if you can't after that
+ my $redis = Redis->new(reconnect => 60, every => 1_000_000);
+
+- ## Try each 100ms upto 2 seconds (every is in microseconds)
++ ## Try each 100ms up to 2 seconds (every is in microseconds)
+ my $redis = Redis->new(reconnect => 2, every => 100_000);
+
+ ## Enable connection timeout (in seconds)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libredis-perl.git
More information about the Pkg-perl-cvs-commits
mailing list