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:
sergey-mz 2018-01-05 15:04:26 -05:00 committed by FusionPBX
parent 5f2e9b89d4
commit 61b78ea73b
1 changed files with 2 additions and 2 deletions

View File

@ -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