netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH iproute2] ipnetns: fixed typo "seting" -> "setTing"
@ 2014-06-22 19:11 Vasily Averin
  0 siblings, 0 replies; only message in thread
From: Vasily Averin @ 2014-06-22 19:11 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

Signed-off-by: Vasily Averin <vvs@openvz.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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-22 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-22 19:11 [PATCH iproute2] ipnetns: fixed typo "seting" -> "setTing" Vasily Averin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).