From eda7a6acd1612884acf595b24a4447864815b972 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 18 Jan 2013 10:17:58 +0100 Subject: [PATCH] astraceroute: Fix typo in message Signed-off-by: Tobias Klauser --- src/astraceroute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astraceroute.c b/src/astraceroute.c index 3be41e22..c7f63e82 100644 --- a/src/astraceroute.c +++ b/src/astraceroute.c @@ -698,7 +698,7 @@ static int handle_ipv6_icmp(uint8_t *packet, size_t len, int ttl, int id, rec.prefix, rec.registry, rec.since, rec.name); } else { - printf("%s (%s) in unkown AS", + printf("%s (%s) in unknown AS", (hent ? hent->h_name : hbuff), hbuff); } } -- 2.11.4.GIT