summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 1580f09..045c707 100755
--- a/etc/rc
+++ b/etc/rc
@@ -358,8 +358,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