aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2025-06-14 20:15:35 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2025-06-14 20:15:35 +0000
commit9b1d46cf04a6b54eaaf1763b78452d6a146892f2 (patch)
treea32bf2b704fafbc1c2829233674ddd4f36d75f1d
parentde4be6ac4a0a63bdd8ecd82c0167264ba1502688 (diff)
-rw-r--r--Mk/Scripts/qa.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index 355d06487347..a0a7aa21d29a 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -722,7 +722,7 @@ proxydeps() {
sed -e 's/^\.//')
EOT
- # Check whether all files in LIB_DPEENDS are actually linked against
+ # Check whether all files in LIB_DEPENDS are actually linked against
for _library in ${WANTED_LIBRARIES} ; do
if ! listcontains ${_library} "${dep_lib_files}" ; then
warn "you might not need LIB_DEPENDS on ${_library}"