aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:22:14 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-09-22 03:22:14 +0000
commit05b4880d25b847a99f2b018b38d2807f1ef82f27 (patch)
tree43d45074c559ae87f1e02493bc9551a71b6fa2cd
parenta29aa9ba20f13d5f6ea3a9132507246225bc1bb7 (diff)
downloadports-05b4880d25b847a99f2b018b38d2807f1ef82f27.tar.gz
ports-05b4880d25b847a99f2b018b38d2807f1ef82f27.zip
Mk/Scripts/qa.sh: Fix typo
Approved by: portmgr (blanket)
-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 63fa9f6f370e..de92cb119e72 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -653,7 +653,7 @@ proxydeps() {
rc=0
- # Check all dynamicaly linked ELF files
+ # Check all dynamically linked ELF files
# Some .so are not executable, but we want to check them too.
while read -r file; do
# No results presents a blank line from heredoc.