summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-01 14:54:18 +0000
committerwiz <wiz>2005-06-01 14:54:18 +0000
commit6f848eb245faa07b174900ae363c623e597dc711 (patch)
treec9bede5bf00d1327b142a3f8abf47a54d116c88e /pkgtools
parent61edbcad992cd32186df35fae7b0fa19aa39d545 (diff)
downloadpkgsrc-6f848eb245faa07b174900ae363c623e597dc711.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=/) {