From f3b8da1f9dc5f50ed2f4087226ec6330ef4a02db Mon Sep 17 00:00:00 2001 From: William Wernert Date: Wed, 30 Sep 2020 13:40:57 -0400 Subject: [PATCH] Fix Engrish (can causing -> can cause) --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index dc2c71007..80181099c 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -431,7 +431,7 @@ whiptail_dhcp_warn() { fi 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 EOM