Commit 31962449 authored by Vasily Averin's avatar Vasily Averin Committed by Stephen Hemminger

ipnetns: fixed typo "seting" -> "setTing"

Signed-off-by: default avatarVasily Averin <vvs@openvz.org>
parent cd509528
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment