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/plugins/dmarc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lualib/plugins/dmarc.lua') diff --git a/lualib/plugins/dmarc.lua b/lualib/plugins/dmarc.lua index c72b68824..ef108a937 100644 --- a/lualib/plugins/dmarc.lua +++ b/lualib/plugins/dmarc.lua @@ -152,7 +152,7 @@ exports.gen_munging_callback = function(munging_opts, settings) if munging_opts.munge_map_condition then local accepted,trace = munging_opts.munge_map_condition:process(task) if not accepted then - lua_util.debugm(task, 'skip munging, maps condition not satisified: (%s)', + lua_util.debugm(task, 'skip munging, maps condition not satisfied: (%s)', trace) -- Excepted return @@ -274,7 +274,7 @@ end -- Used to check dmarc record, check elements and produce dmarc policy processed -- result. -- Returns: --- false,false - record is garbadge +-- false,false - record is garbage -- false,error_message - record is invalid -- true,policy_table - record is valid and parsed ]] @@ -349,7 +349,7 @@ local function dmarc_check_record(log_obj, record, is_tld) end result.raw_elts = elts else - return false,false -- Ignore garbadge + return false,false -- Ignore garbage end return true, result -- cgit v1.2.3