Subject: | typo |
Hi,
this report is embarrassing, but since our (Debian's) automated QA tools keep reminding us to fix this, I though why not forward the patch...
--- a/lib/NetPacket/UDP.pm
+++ b/lib/NetPacket/UDP.pm
@@ -321,7 +321,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($udp_obj, $ip_obj);
$data = $ip_obj->encode;
Florian