Grammar fix described by wollman in response to PR 1363.

This commit is contained in:
Alexander Langer 1996-07-14 17:51:08 +00:00
parent da6a96e853
commit c6c1bba8d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17171

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