summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Godbee <richard@godbee.net>2013-08-25 22:40:18 -0400
committerStephen Hemminger <stephen@networkplumber.org>2013-08-31 10:30:03 -0700
commit30d07e9e36a4fd1044ed10b36e91dc6a124c6c3c (patch)
tree4cd25be0417026ddaa72febd5f47ac508022700f
parent8f48063721881c9304f214754162e4712a2d6c88 (diff)
iproute2: spelling: noptmudisc -> nopmtudisc
Signed-off-by: Richard Godbee <richard@godbee.net>
-rw-r--r--ip/iptunnel.c2
-rw-r--r--ip/link_iptnl.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ip/iptunnel.c b/ip/iptunnel.c
index 43f85855..40186d3d 100644
--- a/ip/iptunnel.c
+++ b/ip/iptunnel.c
@@ -280,7 +280,7 @@ static int do_add(int cmd, int argc, char **argv)
return -1;
if (p.iph.ttl && p.iph.frag_off == 0) {
- fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n");
+ fprintf(stderr, "ttl != 0 and nopmtudisc are incompatible\n");
return -1;
}
diff --git a/ip/link_iptnl.c b/ip/link_iptnl.c
index 394254d8..d5324f8e 100644
--- a/ip/link_iptnl.c
+++ b/ip/link_iptnl.c
@@ -233,7 +233,7 @@ get_failed:
}
if (ttl && pmtudisc == 0) {
- fprintf(stderr, "ttl != 0 and noptmudisc are incompatible\n");
+ fprintf(stderr, "ttl != 0 and nopmtudisc are incompatible\n");
exit(-1);
}