git: 9b1d46cf04a6 - main - Mk/Scripts/qa.sh: Fix typo in comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jun 2025 20:17:54 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=9b1d46cf04a6b54eaaf1763b78452d6a146892f2 commit 9b1d46cf04a6b54eaaf1763b78452d6a146892f2 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2025-06-14 20:15:35 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2025-06-14 20:15:35 +0000 Mk/Scripts/qa.sh: Fix typo in comment Sponsored by: The FreeBSD Foundation --- Mk/Scripts/qa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"