]> git.proxmox.com Git - mirror_iproute2.git/commitdiff
ipnetns: fixed typo "seting" -> "setTing"
authorVasily Averin <vvs@parallels.com>
Sun, 22 Jun 2014 19:11:28 +0000 (23:11 +0400)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 15 Jul 2014 16:45:37 +0000 (09:45 -0700)
Signed-off-by: Vasily Averin <vvs@openvz.org>
ip/ipnetns.c

index 2b3b2e1e6d29e26c2da253b4cd8eafc62be804dc..633b5b96212fb4bef5dde1a293b422a5c99797ef 100644 (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;
        }