svn commit: r437459 - head/Mk

Gerald Pfeifer gerald at FreeBSD.org
Sat Apr 1 19:35:57 UTC 2017


Author: gerald
Date: Sat Apr  1 19:35:55 2017
New Revision: 437459
URL: https://svnweb.freebsd.org/changeset/ports/437459

Log:
  Fix grammar in a comment.
  
  Approved by:	portmgr blanket

Modified:
  head/Mk/bsd.gecko.mk

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Sat Apr  1 19:31:07 2017	(r437458)
+++ head/Mk/bsd.gecko.mk	Sat Apr  1 19:35:55 2017	(r437459)
@@ -494,7 +494,7 @@ gecko-pre-extract:
 	@${ECHO} "   build this port with an user who could access the X server!   "
 	@${ECHO} ""
 	@${ECHO} "During the build a ${MOZILLA} instance will start and run some test."
-	@${ECHO} "      Do not interrupt or close ${MOZILLA} during this tests!       "
+	@${ECHO} "      Do not interrupt or close ${MOZILLA} during these tests!       "
 	@${ECHO} "*****************************************************************"
 	@sleep 10
 .endif


More information about the svn-ports-head mailing list