diff --git a/setup/so-functions b/setup/so-functions index d44545348..b71648fbe 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -949,7 +949,7 @@ check_sos_appliance() { compare_main_nic_ip() { if ! [[ $MNIC =~ ^(tun|wg|vpn).*$ ]]; then if [[ "$MAINIP" != "$MNIC_IP" ]]; then - error "[ERROR] Main gateway ($MAINIP) does not match ip address of managament NIC ($MNIC_IP)." + error "[ERROR] Main gateway ($MAINIP) does not match ip address of management NIC ($MNIC_IP)." read -r -d '' message <<- EOM The IP being routed by Linux is not the IP address assigned to the management interface ($MNIC).