Grammar fix described by wollman in response to PR 1363.

This commit is contained in:
alex 1996-07-14 17:51:08 +00:00
parent dd482c4afd
commit 616a04e507

View File

@ -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);