[libio-socket-socks-perl] 05/06: Fix some typos discovered by lintian

Florian Schlichting fsfs at moszumanska.debian.org
Wed Oct 19 16:38:48 UTC 2016


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

fsfs pushed a commit to branch master
in repository libio-socket-socks-perl.

commit a5f6c3a04de18c3522075ef5d13c69539e946191
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Oct 19 18:28:09 2016 +0200

    Fix some typos discovered by lintian
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 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..6e4cb98
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,33 @@
+Description: fix some typos discovered by lintian's spell checker
+Author: Florian Schlichting <fsfs at debian.org>
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118439
+
+--- a/lib/IO/Socket/Socks.pm
++++ b/lib/IO/Socket/Socks.pm
+@@ -129,7 +129,7 @@
+ 
+ $CODES{REPLY}->{&REQUEST_GRANTED}         = "request granted";
+ $CODES{REPLY}->{&REQUEST_FAILED}          = "request rejected or failed";
+-$CODES{REPLY}->{&REQUEST_REJECTED_IDENTD} = "request rejected becasue SOCKS server cannot connect to identd on the client";
++$CODES{REPLY}->{&REQUEST_REJECTED_IDENTD} = "request rejected because SOCKS server cannot connect to identd on the client";
+ $CODES{REPLY}->{&REQUEST_REJECTED_USERID} = "request rejected because the client program and identd report different user-ids";
+ 
+ # queue
+@@ -2428,7 +2428,7 @@
+   For socks v4
+   REQUEST_GRANTED(90): request granted
+   REQUEST_FAILED(91): request rejected or failed
+-  REQUEST_REJECTED_IDENTD(92): request rejected becasue SOCKS server cannot connect to identd on the client
++  REQUEST_REJECTED_IDENTD(92): request rejected because SOCKS server cannot connect to identd on the client
+   REQUEST_REJECTED_USERID(93): request rejected because the client program and identd report different user-ids
+   
+   For socks v5
+@@ -2488,7 +2488,7 @@
+ back to C<IO::Socket::INET> if not available. You can set C<$IO::Socket::Socks::SOCKET_CLASS>
+ before loading of C<IO::Socket::Socks> and then it will not try to detect proper base class
+ itself. You can also set it after loading of C<IO::Socket::Socks> and this will automatically
+-update C<@ISA>, so you shouldn't worry about inheritence.
++update C<@ISA>, so you shouldn't worry about inheritance.
+ 
+ =head1 CONSTANTS
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-socket-socks-perl.git



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