We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1350e commit 433ab51Copy full SHA for 433ab51
1 file changed
testssl.sh
@@ -22333,7 +22333,7 @@ determine_ip_addresses() {
22333
local ip4=""
22334
local ip6=""
22335
22336
- # first, try to get IP addresse from /etc/hosts
+ # first, try to get IP addresses from /etc/hosts
22337
# Local_A[AAA] is for our UI
22338
ip4=$(get_local_a "$NODE")
22339
if [[ -n "$ip4" ]]; then
0 commit comments