ipnetns: fixed typo "seting" -> "setTing"
Signed-off-by: Vasily Averin <vvs@openvz.org>
This commit is contained in:
parent
cd509528ed
commit
319624499f
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue