aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-03-15 02:52:16 +0300
committerCem Keylan <cem@ckyln.com>2021-03-15 02:52:16 +0300
commit2d0d61910930a787a521bd0df989407de37800ac (patch)
tree3283b9a7d77a95b2c8e7aa8a16ad5099c34b7e8d
parenteaa92d11e390dd62990f65076dfe943676b34ff4 (diff)
downloadinit-2d0d61910930a787a521bd0df989407de37800ac.tar.gz
rc.boot: fix typo
-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
}