Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 03:26:44 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 05b4880d25b8 - main - Mk/Scripts/qa.sh: Fix typo
Message-ID:  <202309220326.38M3QiIk097934@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05b4880d25b847a99f2b018b38d2807f1ef82f27

commit 05b4880d25b847a99f2b018b38d2807f1ef82f27
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-22 03:22:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-22 03:22:14 +0000

    Mk/Scripts/qa.sh: Fix typo
    
    Approved by:    portmgr (blanket)
---
 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 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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309220326.38M3QiIk097934>