aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index 3b46576..49d7fa5 100755
--- a/rc.boot
+++ b/rc.boot
@@ -101,7 +101,7 @@ out "Loading sysctl settings..."; {
/etc/sysctl.conf; do
[ -f "$conf" ] || continue
- out "Appling $conf ..."
+ out "Applying $conf ..."
sysctl -p "$conf"
done
}