Fix typos found by codespell

This commit is contained in:
Karsten Weiss
2018-04-10 13:46:43 +02:00
parent eb3b3a1988
commit eead9f62d9
9 changed files with 56 additions and 56 deletions

View File

@ -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"