diff --git a/resources/install/scripts/resources/functions/route_to_bridge.lua b/resources/install/scripts/resources/functions/route_to_bridge.lua index c4f1cc016a..61f19a9767 100644 --- a/resources/install/scripts/resources/functions/route_to_bridge.lua +++ b/resources/install/scripts/resources/functions/route_to_bridge.lua @@ -112,8 +112,8 @@ local function check_conditions(group, fields) if condition_type then value = fields[condition_type] end end - if (not value) and (condition.type ~= '') then -- skip unkonw fields - log.errf('Unsupportded condition: %s', condition.type) + if (not value) and (condition.type ~= '') then -- skip unknown fields + log.errf('Unsupported condition: %s', condition.type) matches, pass = {}, false else if condition.type == '' then