Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2017 03:35:15 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454098 - head/sysutils/incron
Message-ID:  <201711130335.vAD3ZFSh094278@repo.freebsd.org>

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



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