From b29730520f2119bd74f365beb603a5bd6d1b01ed Mon Sep 17 00:00:00 2001 From: Andrew Armstrong Date: Mon, 21 Jun 2021 23:10:59 +1000 Subject: [PATCH] Trivial typo fix adresses -> addresses in msgbox (#832) A minor change to correct the spelling of the word addresses in a wizard message box during installation --- wizard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard.sh b/wizard.sh index 8cb0e3a5d..074d7adac 100755 --- a/wizard.sh +++ b/wizard.sh @@ -251,7 +251,7 @@ install_collection() { ${CSCLI_BIN_INSTALLED} parsers install "crowdsecurity/whitelists" > /dev/null 2>&1 || log_err "fail to install collection crowdsec/whitelists" if [[ ${SILENT} == "false" ]]; then - whiptail --msgbox "Out of safety, I installed a parser called 'crowdsecurity/whitelists'. This one will prevent private IP adresses from being banned, feel free to remove it any time." 20 50 + whiptail --msgbox "Out of safety, I installed a parser called 'crowdsecurity/whitelists'. This one will prevent private IP addresses from being banned, feel free to remove it any time." 20 50 fi if [[ ${SILENT} == "false" ]]; then