diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-01 14:54:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-01 14:54:18 +0000 |
commit | 80d0469364af32ed0317722b02247db265641eaf (patch) | |
tree | c9bede5bf00d1327b142a3f8abf47a54d116c88e | |
parent | 20c42f20aa4b73869c56d89c496776bd59821608 (diff) | |
download | pkgsrc-80d0469364af32ed0317722b02247db265641eaf.tar.gz |
Fix grammar in comment.
-rw-r--r-- | pkgtools/pkglint/files/pkglint.pl | 4 |
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=/) { |