Fix grammar.

Reported by:	yuripv
MFC after:	3 weeks
This commit is contained in:
Andrey V. Elsukov 2018-10-21 14:48:40 +00:00
parent 5c88595e07
commit edcc075398

View File

@ -512,7 +512,7 @@ main(int argc, char *argv[])
if (argc > 0 && (strcmp(argv[0], "create") == 0 ||
strcmp(argv[0], "plumb") == 0)) {
if (argc == 1)
errx(1, "interface %s already exist",
errx(1, "interface %s already exists",
ifname);
argc--, argv++;
}