From 433ab5118bd7e3b61129c7324e81acd8d778e118 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sat, 19 Jul 2025 16:19:42 +0200 Subject: [PATCH] fix typo --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 76be0cc..de08f1c 100755 --- a/testssl.sh +++ b/testssl.sh @@ -22333,7 +22333,7 @@ determine_ip_addresses() { local ip4="" local ip6="" - # first, try to get IP addresse from /etc/hosts + # first, try to get IP addresses from /etc/hosts # Local_A[AAA] is for our UI ip4=$(get_local_a "$NODE") if [[ -n "$ip4" ]]; then