mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-02 01:58:28 +02:00
Fix typos found by codespell
This commit is contained in:
@ -85,7 +85,7 @@ display_dns() {
|
||||
$ECHO
|
||||
[ -n "$rDNS" ] && $ECHO "rDNS: $rDNS"
|
||||
if [ `echo "$ip4" | wc -l` -gt 1 ]; then
|
||||
$ECHO "$1 other IPv4 adresses:\c"
|
||||
$ECHO "$1 other IPv4 addresses:\c"
|
||||
for i in $ip4; do
|
||||
[ "$i" == "$NODEIP" ] && continue
|
||||
$ECHO " $i\c"
|
||||
|
Reference in New Issue
Block a user