From 2b8e6958f40ef36c1508118ac36a43694283a83c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 22 Feb 2022 17:01:28 -0500 Subject: Spelling (#4086) [Rework] Massive spelling fix from @jsoref --- lualib/lua_selectors/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lualib/lua_selectors/init.lua') diff --git a/lualib/lua_selectors/init.lua b/lualib/lua_selectors/init.lua index eabf14b27..ef9a9d7e9 100644 --- a/lualib/lua_selectors/init.lua +++ b/lualib/lua_selectors/init.lua @@ -481,7 +481,7 @@ exports.combine_selectors = function(_, selectors, delimiter) return rspamd_text.fromtable(selectors, delimiter) end else - -- We need to do a spill on each table selector and make a cortezian product + -- We need to do a spill on each table selector and make a cortesian product -- e.g. s:tbl:s -> s:telt1:s + s:telt2:s ... local tbl = {} local res = {} -- cgit v1.2.3