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

Signed-off-by: Vasily Averin <vvs@openvz.org>
This commit is contained in:
Vasily Averin 2014-06-22 23:11:28 +04:00 committed by Stephen Hemminger
parent cd509528ed
commit 319624499f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}