Fix Engrish (can causing -> can cause)

This commit is contained in:
William Wernert
2020-09-30 13:40:57 -04:00
parent 25d4bde33b
commit f3b8da1f9d

View File

@@ -431,7 +431,7 @@ whiptail_dhcp_warn() {
fi fi
read -r -d '' dhcp_message <<- EOM read -r -d '' dhcp_message <<- EOM
WARNING: Using DHCP can causing problems if your IP address changes. If you want to use DHCP, make sure that you have a DHCP reservation so that this does not occur. Otherwise, use a static IP address to be safe. WARNING: Using DHCP can cause problems if your IP address changes. If you want to use DHCP, make sure that you have a DHCP reservation so that this does not occur. Otherwise, use a static IP address to be safe.
$interaction_text $interaction_text
EOM EOM