]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iproute2: spelling: noptmudisc -> nopmtudisc
authorRichard Godbee <richard@godbee.net>
Mon, 26 Aug 2013 02:40:18 +0000 (22:40 -0400)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 31 Aug 2013 17:30:03 +0000 (10:30 -0700)
Signed-off-by: Richard Godbee <richard@godbee.net>
ip/iptunnel.c
ip/link_iptnl.c

index 43f858556465ada0003a8753f3c43f83b27d14a9..40186d3d4d57c2fd33fb8e62fc0b2ae286622469 100644 (file)
@@ -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;
        }
 
index 394254d81642a0b4d15e62ed4170c61fe68f04c4..d5324f8ec5445257a520b45f29e77374127d6525 100644 (file)
@@ -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);
        }