Grammar fix described by wollman in response to PR 1363.
This commit is contained in:
parent
dd482c4afd
commit
616a04e507
@ -382,7 +382,7 @@ main(argc, argv)
|
||||
free(buf);
|
||||
|
||||
if (all == 0)
|
||||
errx(1, "interface %s does not exist..", name);
|
||||
errx(1, "interface %s does not exist", name);
|
||||
|
||||
|
||||
exit (0);
|
||||
|
Loading…
Reference in New Issue
Block a user