[#460] Fix typos in commentaries

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2021-04-02 19:21:05 +03:00 committed by Leonard Lyubich
parent 0f01a69fd3
commit e6c9fb283c
5 changed files with 7 additions and 7 deletions

View file

@ -36,7 +36,7 @@ func (c *Controller) Report(prm ReportPrm) {
// report local trust values
reportCtx.report()
// finally stop and free the announcement
// finally stop and free the report
c.freeReport(prm.epoch, reportCtx.log)
}