[libnet-dns-perl] 03/05: Add patch to fix spelling mistakes in the POD.

gregor herrmann gregoa at debian.org
Mon Jul 25 19:44:13 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-dns-perl.

commit 58f8d46b67c6d24b9d0b18589ba7468cfce59344
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jul 25 21:41:26 2016 +0200

    Add patch to fix spelling mistakes in the POD.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 34520df..7d42970 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 CVE-2016-1238.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..69a23cb
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: spelling fixes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-07-25
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116472
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116472
+
+--- a/lib/Net/DNS/Nameserver.pm
++++ b/lib/Net/DNS/Nameserver.pm
+@@ -663,7 +663,7 @@
+ running through a loop (while servicing new requests) until the reply
+ has been sent.
+ 
+-In case loop_once accepted a TCP connection it will immediatly check
++In case loop_once accepted a TCP connection it will immediately check
+ if there is data to be read from the socket. If not it will return and
+ you will have to call loop_once() again to check if there is any data
+ waiting on the socket to be processed. In most cases you will have to
+@@ -720,7 +720,7 @@
+ 		$rcode = "NXDOMAIN";
+ 	}
+ 
+-	# mark the answer as authoritive (by setting the 'aa' flag
++	# mark the answer as authoritative (by setting the 'aa' flag
+ 	return ($rcode, \@ans, \@auth, \@add, { aa => 1 });
+     }
+ 

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



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