Browse Source

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
Andrew Armstrong 4 years ago
parent
commit
b29730520f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wizard.sh

+ 1 - 1
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"
     ${CSCLI_BIN_INSTALLED} parsers install "crowdsecurity/whitelists" > /dev/null 2>&1 || log_err "fail to install collection crowdsec/whitelists"
     if [[ ${SILENT} == "false" ]]; then
     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
     fi
 
 
     if [[ ${SILENT} == "false" ]]; then
     if [[ ${SILENT} == "false" ]]; then