summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-01 14:54:18 +0000
committerwiz <wiz@pkgsrc.org>2005-06-01 14:54:18 +0000
commit80d0469364af32ed0317722b02247db265641eaf (patch)
treec9bede5bf00d1327b142a3f8abf47a54d116c88e /pkgtools
parent20c42f20aa4b73869c56d89c496776bd59821608 (diff)
downloadpkgsrc-80d0469364af32ed0317722b02247db265641eaf.tar.gz
Fix grammar in comment.
Diffstat (limited to 'pkgtools')
-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=/) {