[libanyevent-perl] 03/04: Add more spelling fixes to fix-spelling.patch.
gregor herrmann
gregoa at debian.org
Wed Oct 19 19:06:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libanyevent-perl.
commit 1434c65164c68e542f3755b12344a43fb5c0423c
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Oct 19 21:03:55 2016 +0200
Add more spelling fixes to fix-spelling.patch.
---
debian/patches/fix-spelling.patch | 53 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 52 insertions(+), 1 deletion(-)
diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
index 02f3c66..789cb6b 100644
--- a/debian/patches/fix-spelling.patch
+++ b/debian/patches/fix-spelling.patch
@@ -3,7 +3,7 @@ Origin: vendor
Author: Alessandro Ghedini <al3xbio at gmail.com>
Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
Last-Update: 2016-10-19
-Forwarded: mailto:anyevent at lists.schmorp.de (not lates version)
+Forwarded: mailto:anyevent at lists.schmorp.de (not latest version)
--- a/lib/AnyEvent.pm
+++ b/lib/AnyEvent.pm
@@ -16,6 +16,15 @@ Forwarded: mailto:anyevent at lists.schmorp.de (not lates version)
C<$AnyEvent::MAX_SIGNAL_LATENCY> - see the L<ENVIRONMENT VARIABLES>
section for details.
+@@ -2107,7 +2107,7 @@
+ The exact algorithm is currently:
+
+ 1. if taint mode enabled, delete all PERL_ANYEVENT_xyz variables from %ENV
+- 2. copy over AE_xyz to PERL_ANYEVENT_xyz unless the latter alraedy exists
++ 2. copy over AE_xyz to PERL_ANYEVENT_xyz unless the latter already exists
+ 3. if taint mode enabled, set all PERL_ANYEVENT_xyz variables to undef.
+
+ This ensures that child processes will not see the C<AE_> variables.
@@ -2178,7 +2178,7 @@
If this env variable is nonempty, then its contents will be interpreted by
@@ -63,6 +72,15 @@ Forwarded: mailto:anyevent at lists.schmorp.de (not lates version)
from most attacks.
=item read_size => <bytes>
+@@ -517,7 +517,7 @@
+
+ For this reason, if the default encoder uses L<JSON::XS>, it will default
+ to not allowing anything but arrays and objects/hashes, at least for the
+-forseeable future (it will change at some point). This might or might not
++foreseeable future (it will change at some point). This might or might not
+ be true for the L<JSON> module, so this might cause a security issue.
+
+ If you depend on either behaviour, you should create your own json object
@@ -1892,7 +1892,7 @@
dtection, make sure that any non-TLS data doesn't start with the octet 22
(ASCII SYN, 16 hex) or 128-255 (i.e. highest bit set). The checks this
@@ -103,3 +121,36 @@ Forwarded: mailto:anyevent at lists.schmorp.de (not lates version)
$finish->($status);
}
+--- a/lib/AnyEvent/DNS.pm
++++ b/lib/AnyEvent/DNS.pm
+@@ -1253,7 +1253,7 @@
+
+ This is the main low-level workhorse for sending DNS requests.
+
+-This function sends a single request (a hash-ref formated as specified
++This function sends a single request (a hash-ref formatted as specified
+ for C<dns_pack>) to the configured nameservers in turn until it gets a
+ response. It handles timeouts, retries and automatically falls back to
+ virtual circuit mode (TCP) when it receives a truncated reply. It does not
+--- a/lib/AnyEvent/Debug.pm
++++ b/lib/AnyEvent/Debug.pm
+@@ -68,7 +68,7 @@
+ variables still in the global scope means you can debug them easier.
+
+ As no authentication is done, in most cases it is best not to use a TCP
+-port, but a unix domain socket, whcih can be put wherever you can access
++port, but a unix domain socket, which can be put wherever you can access
+ it, but not others:
+
+ our $SHELL = AnyEvent::Debug::shell "unix/", "/home/schmorp/shell";
+--- a/lib/AnyEvent/Log.pm
++++ b/lib/AnyEvent/Log.pm
+@@ -1230,7 +1230,7 @@
+ name is first mentioned. The difference to package contexts is that by
+ default they have no attached slaves.
+
+-This makes it possible to create new log contexts that can be refered to
++This makes it possible to create new log contexts that can be referred to
+ multiple times by name within the same log specification.
+
+ =item a perl package name
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libanyevent-perl.git
More information about the Pkg-perl-cvs-commits
mailing list