From 319624499f82529a9126b7a32a16462ae0fbaadf Mon Sep 17 00:00:00 2001 From: Vasily Averin Date: Sun, 22 Jun 2014 23:11:28 +0400 Subject: [PATCH] ipnetns: fixed typo "seting" -> "setTing" Signed-off-by: Vasily Averin --- ip/ipnetns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }