diff options
Diffstat (limited to 'lualib/rspamadm/clickhouse.lua')
-rw-r--r-- | lualib/rspamadm/clickhouse.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/rspamadm/clickhouse.lua b/lualib/rspamadm/clickhouse.lua index 7f215f6aa..63e025f3e 100644 --- a/lualib/rspamadm/clickhouse.lua +++ b/lualib/rspamadm/clickhouse.lua @@ -165,7 +165,7 @@ local function days_list(days) end local function get_excluded_symbols(known_symbols, correlations, seen_total) - -- Walk results once to collect all symbols & count ocurrences + -- Walk results once to collect all symbols & count occurrences local remove = {} local known_symbols_list = {} |