system: fix typo

This commit is contained in:
Franco Fichtner 2022-07-01 08:21:24 +02:00
parent e6518fcd14
commit 0b465d4404

View File

@ -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);