From: Vasily Averin Date: Sun, 22 Jun 2014 19:11:28 +0000 (+0400) Subject: ipnetns: fixed typo "seting" -> "setTing" X-Git-Tag: v3.16.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319624499f82529a9126b7a32a16462ae0fbaadf;p=thirdparty%2Fiproute2.git ipnetns: fixed typo "seting" -> "setTing" Signed-off-by: Vasily Averin --- diff --git a/ip/ipnetns.c b/ip/ipnetns.c index 2b3b2e1e6..633b5b962 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; }