Codebase list libnet-sslglue-perl / dca36a4
Drop patch spelling-error-in-manpage.patch, present upstream. Debian Janitor 1 year, 3 months ago
3 changed file(s) with 1 addition(s) and 30 deletion(s). Raw diff Collapse all Expand all
00 libnet-sslglue-perl (1.058+git20181118.1.7dab311-1) UNRELEASED; urgency=low
11
22 * New upstream snapshot.
3 * Drop patch spelling-error-in-manpage.patch, present upstream.
34
45 -- Debian Janitor <janitor@jelmer.uk> Thu, 19 Jan 2023 22:02:07 -0000
56
0 spelling-error-in-manpage.patch
+0
-29
debian/patches/spelling-error-in-manpage.patch less more
0 Description: Fix spelling errors in manpage
1 Origin: vendor
2 Author: Salvatore Bonaccorso <carnil@debian.org>
3 Reviewed-by: gregor herrmann <gregoa@debian.org>
4 Last-Update: 2018-04-10
5 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=125065
6 Bug: https://rt.cpan.org/Ticket/Display.html?id=125065
7 Applied-Upstream: 938a3c6
8
9 --- a/lib/Net/SSLGlue/Socket.pm
10 +++ b/lib/Net/SSLGlue/Socket.pm
11 @@ -204,7 +204,7 @@ extended:
12 =item new
13
14 The method C<new> of L<Net::SSLGlue::Socket> can have the argument SSL. If this
15 -is true the SSL upgrade will be done immediatly. If not set any SSL_* args will
16 +is true the SSL upgrade will be done immediately. If not set any SSL_* args will
17 still be saved and used at a later start_SSL call.
18
19 =item start_SSL
20 @@ -229,7 +229,7 @@ C<select> to check the socket, but for S
21 pending data before trying a select.
22 Because SSL needs to read the whole frame before decryption can be done, a
23 successful return of can_read is no guarantee that data can be read
24 -immediatly, only that new data are either available or in the process of
25 +immediately, only that new data are either available or in the process of
26 arriving.
27
28 =back