iproute2: spelling: noptmudisc -> nopmtudisc

Signed-off-by: Richard Godbee <richard@godbee.net>
This commit is contained in:
Richard Godbee 2013-08-25 22:40:18 -04:00 committed by Stephen Hemminger
parent 8f48063721
commit 30d07e9e36
2 changed files with 2 additions and 2 deletions

View 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;
}

View 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);
}