[<prev] [next>] [day] [month] [year] [list]
Message-ID: <53A72A60.5080708@parallels.com>
Date: Sun, 22 Jun 2014 23:11:28 +0400
From: Vasily Averin <vvs@...allels.com>
To: Stephen Hemminger <stephen@...workplumber.org>
CC: netdev@...r.kernel.org
Subject: [PATCH iproute2] ipnetns: fixed typo "seting" -> "setTing"
Signed-off-by: Vasily Averin <vvs@...nvz.org>
---
ip/ipnetns.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ip/ipnetns.c b/ip/ipnetns.c
index 2b3b2e1..633b5b9 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;
}
--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists