Skip to content

Commit 433ab51

Browse files
committed
fix typo
1 parent 4d1350e commit 433ab51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22333,7 +22333,7 @@ determine_ip_addresses() {
2233322333
local ip4=""
2233422334
local ip6=""
2233522335

22336-
# first, try to get IP addresse from /etc/hosts
22336+
# first, try to get IP addresses from /etc/hosts
2233722337
# Local_A[AAA] is for our UI
2233822338
ip4=$(get_local_a "$NODE")
2233922339
if [[ -n "$ip4" ]]; then

0 commit comments

Comments
 (0)