summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c6d8cea..b72ab36 100644
--- a/main.c
+++ b/main.c
@@ -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;
}