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 <gre...@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 <al3x...@gmail.com>
 Reviewed-by: Nicholas Bamber <nicho...@periapt.co.uk>
 Last-Update: 2016-10-19
-Forwarded: mailto:anyev...@lists.schmorp.de (not lates version)
+Forwarded: mailto:anyev...@lists.schmorp.de (not latest version)
 
 --- a/lib/AnyEvent.pm
 +++ b/lib/AnyEvent.pm
@@ -16,6 +16,15 @@ Forwarded: mailto:anyev...@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:anyev...@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:anyev...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to