golangci: enable/fix misspell

This commit is contained in:
Roman Khimov 2022-09-02 17:20:39 +03:00
parent 4f3ffe7290
commit 63f212f4b3
3 changed files with 3 additions and 2 deletions

View file

@ -77,7 +77,7 @@ func TestAddBlock(t *testing.T) {
}
func TestRemoveOldTransfers(t *testing.T) {
// Creating proper number of transfers/blocks takes unneccessary time, so emulate
// Creating proper number of transfers/blocks takes unnecessary time, so emulate
// some DB with stale entries.
bc := newTestChain(t)
h, err := bc.GetHeader(bc.GetHeaderHash(0))