[libtest-tcp-perl] 09/10: Add a patch to fix a spelling mistake in the POD.

gregor herrmann gregoa at debian.org
Sat May 16 20:39:56 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtest-tcp-perl.

commit 01ff13d6785deac0d09ebd53a781163172d76753
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 16 22:38:09 2015 +0200

    Add a patch to fix a spelling mistake in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..b7553d3
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2015-05-16
+Forwarded: https://github.com/tokuhirom/Test-TCP/issues/38
+Bug: https://github.com/tokuhirom/Test-TCP/issues/38
+
+--- a/README.md
++++ b/README.md
+@@ -191,7 +191,7 @@
+ 
+ - How do I use address other than "127.0.0.1" for testing?
+ 
+-    You can use the `host` paramater to specify the bind address.
++    You can use the `host` parameter to specify the bind address.
+ 
+         # let the server bind to "0.0.0.0" for testing
+         test_tcp(
+--- a/lib/Test/TCP.pm
++++ b/lib/Test/TCP.pm
+@@ -358,7 +358,7 @@
+ 
+ =item How do I use address other than "127.0.0.1" for testing?
+ 
+-You can use the C<< host >> paramater to specify the bind address.
++You can use the C<< host >> parameter to specify the bind address.
+ 
+     # let the server bind to "0.0.0.0" for testing
+     test_tcp(

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



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