From 06a6c22afb0d8e1d5a56eef6774aa1b0cddbb700 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 28 Mar 2016 17:01:51 -0400 Subject: [PATCH] typo fix --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index 64a5c39..f86e7d3 100644 --- a/setup.bash +++ b/setup.bash @@ -183,7 +183,7 @@ if [ -z "$(which fail2ban-server | grep fail2ban)" ]; then echo "Your server didn't come with fail2ban preinstalled!!!" echo "Among other things, fail2ban secures ssh so that your server isn't reaped by botnets." echo "" - echo "Since you're obviosly connecting this computer to a network, you should install fail2ban before continuing" + echo "Since you're obviously connecting this computer to a network, you should install fail2ban before continuing" echo "" echo "Install fail2ban? [Y/n]" echo "(if unsure, just hit [enter])"