svn commit: r454098 - head/sysutils/incron

Mikhail Teterin mi at FreeBSD.org
Mon Nov 13 03:35:17 UTC 2017


Author: mi
Date: Mon Nov 13 03:35:15 2017
New Revision: 454098
URL: https://svnweb.freebsd.org/changeset/ports/454098

Log:
  Fix a typo in comment.
  
  Reported by:	adamw

Modified:
  head/sysutils/incron/Makefile

Modified: head/sysutils/incron/Makefile
==============================================================================
--- head/sysutils/incron/Makefile	Mon Nov 13 02:47:52 2017	(r454097)
+++ head/sysutils/incron/Makefile	Mon Nov 13 03:35:15 2017	(r454098)
@@ -6,7 +6,7 @@ DISTVERSION=	2017-10-30
 CATEGORIES=	sysutils
 
 MAINTAINER=	mi at aldan.algebra.com
-COMMENT=	Handle finesystem-events the way cron handles time ones
+COMMENT=	Handle filesystem-events the way cron handles time ones
 
 LICENSE=	GPLv2 LGPL21 MIT
 LICENSE_COMB=	dual


More information about the svn-ports-all mailing list