From 2d0d61910930a787a521bd0df989407de37800ac Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 15 Mar 2021 02:52:16 +0300 Subject: rc.boot: fix typo --- rc.boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3