From 61b78ea73b61499a2289f4c764d50cd9aaa44083 Mon Sep 17 00:00:00 2001 From: sergey-mz Date: Fri, 5 Jan 2018 15:04:26 -0500 Subject: [PATCH] Fix spelling (#2950) * ODBC DSN detection * Merge remote-tracking branch 'upstream/master' * Merge remote-tracking branch 'upstream/master' * Spelling errors --- .../install/scripts/resources/functions/route_to_bridge.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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