diff --git a/ip/ipnetns.c b/ip/ipnetns.c index 2b3b2e1e..633b5b96 100644 --- a/ip/ipnetns.c +++ b/ip/ipnetns.c @@ -158,7 +158,7 @@ static int netns_exec(int argc, char **argv) } if (setns(netns, CLONE_NEWNET) < 0) { - fprintf(stderr, "seting the network namespace \"%s\" failed: %s\n", + fprintf(stderr, "setting the network namespace \"%s\" failed: %s\n", name, strerror(errno)); return -1; }