[libnet-rawip-perl] 10/12: Add a patch to fix several spelling mistakes.

gregor herrmann gregoa at debian.org
Sat Feb 22 18:22:02 UTC 2014


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

gregoa pushed a commit to branch master
in repository libnet-rawip-perl.

commit e342d9ced6e72e0cc855b1a18aebb20c48d4b969
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 19:20:31 2014 +0100

    Add a patch to fix several spelling mistakes.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 66c8892..4c2f1ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 tests_no_network.patch
 fix_pod.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..5162a35
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,27 @@
+Description: fix some spelling mistakes
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=93262
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93262
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2014-02-22
+
+--- a/lib/Net/RawIP.pm
++++ b/lib/Net/RawIP.pm
+@@ -803,7 +803,7 @@
+       })          
+ 
+ B<ARGPROTO> is one of (B<tcp>, B<udp>, B<icmp>, B<generic>) defining the
+-protcol of the current packet. Defaults to B<tcp>.
++protocol of the current packet. Defaults to B<tcp>.
+ 
+ You can B<NOT> change protocol in the object after its creation.  Unless you
+ want your packet to be TCP, you must set the protocol type in the new() call.
+@@ -1098,7 +1098,7 @@
+ with strings which must contain all bytes from a option except bytes 
+ with type and length of an option.Of course indexes in those arrays must be 
+ equal for the one option.If type is equal to 0 or 1 then there is no bytes
+-with a length and a data,but you have to specify zero data for compability.
++with a length and a data,but you have to specify zero data for compatibility.
+ 
+ =item B<optget>(OPTPROTO => { type => [...] },...)  
+ 

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



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