]> source.dussan.org Git - rspamd.git/commitdiff
Fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 16 Dec 2015 22:02:24 +0000 (22:02 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 16 Dec 2015 22:02:24 +0000 (22:02 +0000)
src/rspamadm/fuzzy_stat.lua

index 32435ab96fd2f753022d9bf8d7839d4fc336e381..e4e645af8d4714035fef92e18e57f49a6f08f127 100644 (file)
@@ -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