Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 14:48:40 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r339536 - head/sbin/ifconfig
Message-ID:  <201810211448.w9LEmeZJ076130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++;
 			}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810211448.w9LEmeZJ076130>