pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Fix grammar in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b17ff1768d5
branches:  trunk
changeset: 495001:9b17ff1768d5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jun 01 14:54:18 2005 +0000

description:
Fix grammar in comment.

diffstat:

 pkgtools/pkglint/files/pkglint.pl |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 56e6ab2e09b3 -r 9b17ff1768d5 pkgtools/pkglint/files/pkglint.pl
--- a/pkgtools/pkglint/files/pkglint.pl Wed Jun 01 14:51:56 2005 +0000
+++ b/pkgtools/pkglint/files/pkglint.pl Wed Jun 01 14:54:18 2005 +0000
@@ -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 @@
                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=/) {



Home | Main Index | Thread Index | Old Index