aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/rspamadm/fuzzy_stat.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/fuzzy_stat.lua b/src/rspamadm/fuzzy_stat.lua
index 32435ab96..e4e645af8 100644
--- a/src/rspamadm/fuzzy_stat.lua
+++ b/src/rspamadm/fuzzy_stat.lua
@@ -31,7 +31,7 @@ local function print_stat(st, tabs)
print(string.format('%sAdded: %10d', tabs, tonumber(st['added'])))
end
if st['deleted'] then
- print(string.format('%sAdded: %10d', tabs, tonumber(st['deleted'])))
+ print(string.format('%sDeleted: %8d', tabs, tonumber(st['deleted'])))
end
end