summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-01 14:54:18 +0000
committerwiz <wiz>2005-06-01 14:54:18 +0000
commitf9a6ce7615028915f936ccbb50ee23ee68be29a2 (patch)
treec9bede5bf00d1327b142a3f8abf47a54d116c88e /pkgtools/pkglint/files
parent587e8acd04e12703533c92dad83a2b15455c5b67 (diff)
downloadpkgsrc-f9a6ce7615028915f936ccbb50ee23ee68be29a2.tar.gz
Fix grammar in comment.
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r--pkgtools/pkglint/files/pkglint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/pkglint.pl b/pkgtools/pkglint/files/pkglint.pl
index aca1b339190..70746074bf2 100644
--- a/pkgtools/pkglint/files/pkglint.pl
+++ b/pkgtools/pkglint/files/pkglint.pl
@@ -11,7 +11,7 @@
# Freely redistributable. Absolutely no warranty.
#
# From Id: portlint.pl,v 1.64 1998/02/28 02:34:05 itojun Exp
-# $NetBSD: pkglint.pl,v 1.191 2005/05/31 21:32:45 rillig Exp $
+# $NetBSD: pkglint.pl,v 1.192 2005/06/01 14:54:18 wiz Exp $
#
# This version contains lots of changes necessary for NetBSD packages
# done by:
@@ -1548,7 +1548,7 @@ sub checkfile_Makefile($) {
EXTRACT_SUFX DISTFILES ONLY_FOR_ARCHS NO_SRC_ON_FTP
NO_BIN_ON_FTP));
- # check the items that has to be there.
+ # check the items that have to be there.
$tmp = "\n" . $tmp;
foreach my $i ('DISTNAME', 'CATEGORIES') {
if ($tmp !~ /\n$i=/) {