diff --git a/salt/common/tools/sbin/so-analyst-install b/salt/common/tools/sbin/so-analyst-install index a76fd4784..c9bcd9cf2 100755 --- a/salt/common/tools/sbin/so-analyst-install +++ b/salt/common/tools/sbin/so-analyst-install @@ -108,7 +108,7 @@ CANCURL=$(curl -sI https://securityonionsolutions.com/ | grep "200 OK") while [[ $CURLCONTINUE != "yes" ]] && [[ $CURLCONTINUE != "no" ]]; do if [[ "$FIRSTPASS" == "yes" ]]; then echo "We could not access https://securityonionsolutions.com/." - echo "Since packages are downloaded from the internet, internet acceess is required." + echo "Since packages are downloaded from the internet, internet access is required." echo "If you would like to ignore this warning and continue anyway, please type 'yes'." echo "Otherwise, type 'no' to exit." FIRSTPASS=no