From: Vsevolod Stakhov Date: Wed, 16 Dec 2015 22:02:24 +0000 (+0000) Subject: Fix misprint X-Git-Tag: 1.1.0~267 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc1274bf2d36d0ace6c31f08fe5c29719e24391;p=thirdparty%2Frspamd.git Fix misprint --- diff --git a/src/rspamadm/fuzzy_stat.lua b/src/rspamadm/fuzzy_stat.lua index 32435ab96f..e4e645af8d 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