File: spelling.patch

package info (click to toggle)
libnetpacket-perl 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 248 kB
  • sloc: perl: 1,237; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: gregor herrmann <gregoa@debian.org>
Description: spelling fix
Forwarded: no
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2011-03-18

--- a/lib/NetPacket/UDP.pm
+++ b/lib/NetPacket/UDP.pm
@@ -309,7 +309,7 @@
             # replace foo in the payload with bar
             $udp_obj->{data} =~ s/foo/bar/g;
 
-            # reencode the packet
+            # re-encode the packet
             $ip_obj->{data} = $udp_obj->encode($ip_obj);
             $data = $ip_obj->encode;