diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ int main(int argc,char **argv) exit(1); } if (*ttlptr == ttl) { - DPRINT ("Got local packge (TTL %i) on interface %i\n",*ttlptr,rcv_ifindex); + DPRINT ("Got local package (TTL %i) on interface %i\n",*ttlptr,rcv_ifindex); continue; } |