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:
parent
5f2e9b89d4
commit
61b78ea73b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue