Fix spelling (#2950)
* ODBC DSN detection * Merge remote-tracking branch 'upstream/master' * Merge remote-tracking branch 'upstream/master' * Spelling errors
This commit is contained in:
@@ -112,8 +112,8 @@ local function check_conditions(group, fields)
|
|||||||
if condition_type then value = fields[condition_type] end
|
if condition_type then value = fields[condition_type] end
|
||||||
end
|
end
|
||||||
|
|
||||||
if (not value) and (condition.type ~= '') then -- skip unkonw fields
|
if (not value) and (condition.type ~= '') then -- skip unknown fields
|
||||||
log.errf('Unsupportded condition: %s', condition.type)
|
log.errf('Unsupported condition: %s', condition.type)
|
||||||
matches, pass = {}, false
|
matches, pass = {}, false
|
||||||
else
|
else
|
||||||
if condition.type == '' then
|
if condition.type == '' then
|
||||||
|
|||||||
Reference in New Issue
Block a user