pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/lintpkgsrc/files lintpkgsrc: fix grammar in m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8caa35429ad3
branches:  trunk
changeset: 439276:8caa35429ad3
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Wed Sep 16 02:03:57 2020 +0000

description:
lintpkgsrc: fix grammar in message

diffstat:

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

diffs (20 lines):

diff -r edc817318a17 -r 8caa35429ad3 pkgtools/lintpkgsrc/files/lintpkgsrc.pl
--- a/pkgtools/lintpkgsrc/files/lintpkgsrc.pl   Tue Sep 15 20:19:28 2020 +0000
+++ b/pkgtools/lintpkgsrc/files/lintpkgsrc.pl   Wed Sep 16 02:03:57 2020 +0000
@@ -1,6 +1,6 @@
 #!@PERL5@
 
-# $NetBSD: lintpkgsrc.pl,v 1.17 2020/08/17 02:38:54 tnn Exp $
+# $NetBSD: lintpkgsrc.pl,v 1.18 2020/09/16 02:03:57 gutteridge Exp $
 
 # Written by David Brownlee <abs%netbsd.org@localhost>.
 #
@@ -263,7 +263,7 @@
         }
 
         if ( $opt{r} ) {
-            verbose("Unlinking listed prebuiltpackages\n");
+            verbose("Unlinking listed prebuilt packages\n");
             foreach my $pkgfile (@matched_prebuiltpackages) {
                 unlink($pkgfile);
             }



Home | Main Index | Thread Index | Old Index