summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2014-03-14 20:12:17 -0500
committerChris Buechler <cmb@pfsense.org>2014-03-14 20:12:34 -0500
commit9c3b8c6edba4ca1d6cedb21c85f17a9637e18a74 (patch)
tree4fa01debc34fa21321b85660a091b7a3b0938900 /etc/rc
parent34e2973ed9b45a212626e7778a7f677f3af4a504 (diff)
downloadpfsense-9c3b8c6edba4ca1d6cedb21c85f17a9637e18a74.zip
pfsense-9c3b8c6edba4ca1d6cedb21c85f17a9637e18a74.tar.gz
fix typo
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index a1d6f81..000da8e 100755
--- a/etc/rc
+++ b/etc/rc
@@ -364,8 +364,8 @@ echo "done."
# Ensure gettytab is of a sane size
if [ `/bin/ls -la /etc/gettytab | /usr/bin/awk '{ print $5'}` -lt 512 ]; then
- echo ">>> Restoring /etc/gettytab due to unusal size"
- echo ">>> Restoring /etc/gettytab due to unusal size" | /usr/bin/logger
+ echo ">>> Restoring /etc/gettytab due to unusual size"
+ echo ">>> Restoring /etc/gettytab due to unusual size" | /usr/bin/logger
/bin/cp /etc/gettytab.bak /etc/gettytab
fi
OpenPOWER on IntegriCloud