Skip Menu |

This queue is for tickets about the IO-Socket-Socks CPAN distribution.

Report information
The Basics
Id: 118439
Status: resolved
Priority: 0/
Queue: IO-Socket-Socks

People
Owner: Nobody in particular
Requestors: fsfs [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] fix two typos discovered by lintian's spell checker
Date: Wed, 19 Oct 2016 18:27:01 +0200
To: bug-io-socket-socks [...] rt.cpan.org
From: Florian Schlichting <fsfs [...] debian.org>
In Debian we are currently applying the following patch to IO-Socket-Socks. We thought you might be interested in it too. Description: fix two typos discovered by lintian's spell checker Author: Florian Schlichting <fsfs@debian.org> The patch is tracked in our Git repository at https://anonscm.debian.org/cgit/pkg-perl/packages/libio-socket-socks-perl.git/plain/debian/patches/spelling.patch Thanks for considering, Florian Schlichting, Debian Perl Group

Message body is not shown because sender requested not to inline it.

From: fschlich [...] zedat.fu-berlin.de
Show quoted text
> Description: fix two typos discovered by lintian's spell checker
actually, I missed one: "becasue" is also present in the POD: --- a/lib/IO/Socket/Socks.pm +++ b/lib/IO/Socket/Socks.pm @@ -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
Срд Окт 19 12:33:15 2016, fschlich писал: Show quoted text
> > Description: fix two typos discovered by lintian's spell checker
> > actually, I missed one: "becasue" is also present in the POD: > > --- a/lib/IO/Socket/Socks.pm > +++ b/lib/IO/Socket/Socks.pm > @@ -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
Thanks. Applied: https://github.com/olegwtf/p5-IO-Socket-Socks/commit/f395c9b364e6dd7aab51de3c3cf13431e69d2ea6