Author: ae
Date: Sun Oct 21 14:48:40 2018
New Revision: 339536
URL: https://svnweb.freebsd.org/changeset/base/339536

Log:
  Fix grammar.
  
  Reported by:  yuripv
  MFC after:    3 weeks

Modified:
  head/sbin/ifconfig/ifconfig.c

Modified: head/sbin/ifconfig/ifconfig.c
==============================================================================
--- head/sbin/ifconfig/ifconfig.c       Sun Oct 21 14:40:45 2018        
(r339535)
+++ head/sbin/ifconfig/ifconfig.c       Sun Oct 21 14:48:40 2018        
(r339536)
@@ -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++;
                        }
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to