소스 검색

Fix misprint

tags/1.1.0
Vsevolod Stakhov 8 년 전
부모
커밋
2cc1274bf2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/rspamadm/fuzzy_stat.lua

+ 1
- 1
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


Loading…
취소
저장