summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 05:12:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 05:12:34 +0000
commit6c7aa8d8f25e1d707a440b0eb70e646c37f7e271 (patch)
tree1e4527e57ce20d79cfeadcd0714713cee7f06229 /etc/rc.initial
parent2dc9ff46ace81b7417b37cca0f122d56759408a3 (diff)
downloadpfsense-6c7aa8d8f25e1d707a440b0eb70e646c37f7e271.zip
pfsense-6c7aa8d8f25e1d707a440b0eb70e646c37f7e271.tar.gz
Spelling correction
Diffstat (limited to 'etc/rc.initial')
-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