diff --git a/tinc/subnet-down b/tinc/subnet-down index 28fe51d..ea41116 100644 --- a/tinc/subnet-down +++ b/tinc/subnet-down @@ -20,7 +20,7 @@ else rm -f /tmp/tinc/peer/$NODE/ip/$address if echo $arpEntries | grep -q "\($address\)"; then - echo "[ARP] Removing $addresss from the table..." + echo "[ARP] Removing $address from the table..." arp -d $address fi fi