From 0b465d4404478eb47d1ce3b0a6780da2affb0020 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 1 Jul 2022 08:21:24 +0200 Subject: [PATCH] system: fix typo --- src/etc/inc/util.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/util.inc b/src/etc/inc/util.inc index 44c772a43..f3c6080fc 100644 --- a/src/etc/inc/util.inc +++ b/src/etc/inc/util.inc @@ -296,7 +296,7 @@ function unlock($cfglckkey = null) function exit_on_bootup($callback = null, $arguments = []) { - /* intentionally we exit here to avoid future cleverless WRT bootup handing */ + /* intentionally we exit here to avoid future cleverness WRT bootup handing */ if (!flock(fopen('/var/run/booting', 'r+'), LOCK_SH | LOCK_NB)) { if ($callback) { call_user_func_array($callback, $arguments);