[libprotocol-http2-perl] 09/09: add spelling.patch

gregor herrmann gregoa at debian.org
Mon Feb 6 16:26:09 UTC 2017


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

gregoa pushed a commit to branch master
in repository libprotocol-http2-perl.

commit 9d15174e2086f0a462516bcda9716a2cd803b2da
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 6 17:25:45 2017 +0100

    add spelling.patch
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 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..61322e5
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,38 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2017-02-06
+Forwarded: https://github.com/vlet/p5-Protocol-HTTP2/pull/4
+Bug: https://github.com/vlet/p5-Protocol-HTTP2/pull/4
+
+--- a/lib/Protocol/HTTP2/Client.pm
++++ b/lib/Protocol/HTTP2/Client.pm
+@@ -109,7 +109,7 @@
+ 
+     my $client = Procotol::HTTP2::Client->new( %options );
+ 
+-Availiable options:
++Available options:
+ 
+ =over
+ 
+@@ -456,7 +456,7 @@
+ 
+ =head3 close
+ 
+-Explicitly close connection (send GOAWAY frame). This is requred if client
++Explicitly close connection (send GOAWAY frame). This is required if client
+ has keepalive option enabled.
+ 
+ =cut
+--- a/lib/Protocol/HTTP2/Server.pm
++++ b/lib/Protocol/HTTP2/Server.pm
+@@ -110,7 +110,7 @@
+ 
+     my $server = Procotol::HTTP2::Client->new( %options );
+ 
+-Availiable options:
++Available options:
+ 
+ =over
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libprotocol-http2-perl.git



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