From owner-svn-ports-head@freebsd.org Mon Nov 13 03:35:16 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1105CFDF40; Mon, 13 Nov 2017 03:35:16 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD4B97FDC6; Mon, 13 Nov 2017 03:35:16 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAD3ZFNn094279; Mon, 13 Nov 2017 03:35:15 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAD3ZFSh094278; Mon, 13 Nov 2017 03:35:15 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201711130335.vAD3ZFSh094278@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Mon, 13 Nov 2017 03:35:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454098 - head/sysutils/incron X-SVN-Group: ports-head X-SVN-Commit-Author: mi X-SVN-Commit-Paths: head/sysutils/incron X-SVN-Commit-Revision: 454098 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2017 03:35:17 -0000 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