fix: typos

This commit is contained in:
Oleksandr Smirnov 2025-03-05 16:22:00 +02:00
parent b580829379
commit fec8a74fe3
No known key found for this signature in database
3 changed files with 8 additions and 12 deletions

View file

@ -91,7 +91,7 @@ do
local log_at_level = function(level_config, message_maker, ...)
-- Return early if we're below the current_log_level
--
-- the log level source get from config directly because otherwise it doesnt work
-- the log level source get from config directly because otherwise it doesn't work
if level_config.level < c.log_level then
return
end