summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2020-12-02 01:03:40 +0000
committergutteridge <gutteridge@pkgsrc.org>2020-12-02 01:03:40 +0000
commit73b5cad65973382be2d6ca3cc9cd2558df6f6e39 (patch)
tree75d3d5cd809f11210ce5adf2bf7f33a5d0f1bacc /pkgtools
parentcc52ce8cecda260270dd0e7a0f568a101597767f (diff)
downloadpkgsrc-73b5cad65973382be2d6ca3cc9cd2558df6f6e39.tar.gz
verifypc: fix a typo in a comment
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/verifypc/files/verifypc.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/verifypc/files/verifypc.sh b/pkgtools/verifypc/files/verifypc.sh
index bf53430b93a..d6a71fbd067 100644
--- a/pkgtools/verifypc/files/verifypc.sh
+++ b/pkgtools/verifypc/files/verifypc.sh
@@ -1,6 +1,6 @@
#!@SH@
#
-# $NetBSD: verifypc.sh,v 1.8 2018/02/20 02:55:15 dholland Exp $
+# $NetBSD: verifypc.sh,v 1.9 2020/12/02 01:03:40 gutteridge Exp $
#
# verifypc - Sanity check package dependencies according to pkg-config
# Copyright (c) 2005 Julio M. Merino Vidal <jmmv@NetBSD.org>
@@ -150,7 +150,7 @@ main() {
dep=$(search_file_in_depends pkgconfig/${pcname}.pc)
if [ -n "${dep}" -a "${pcop}" != "NOT-FOUND" ]; then
# The package passed to pkg-config is correct, as we have it
- # among our dependencies. If we are requiring an specific
+ # among our dependencies. If we are requiring a specific
# version of it, let's check if it is correct.
if [ ${pcop} != "(any)" ]; then
check_match ${dep} ${pcname} ${pcop} ${pcver}