summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.initial4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index fafa70c..655c4a5 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -75,9 +75,9 @@ echo "12) pfSense PHP shell"
echo "13) Upgrade from console"
SSHD=`netstat -an | grep "*.22" | wc -l`
if [ "$SSHD" -gt 0 ]; then
- echo "14) Disable Secure Sheel (sshd)";
+ echo "14) Disable Secure Shell (sshd)";
else
- echo "14) Enable Secure Sheel (sshd)";
+ echo "14) Enable Secure Shell (sshd)";
fi
for i in /var/db/pfi/capable_*; do
OpenPOWER on IntegriCloud