File: spelling.patch

package info (click to toggle)
libnetpacket-perl 0.43.1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 260 kB
  • ctags: 126
  • sloc: perl: 897; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: gregor herrmann <gregoa@debian.org>
Description: spelling fix
Forwarded: no

--- a/lib/NetPacket/UDP.pm
+++ b/lib/NetPacket/UDP.pm
@@ -311,7 +311,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;