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