core/bloombits, light: fix typos (#17235)

This commit is contained in:
Sheldon
2018-07-24 16:24:27 +08:00
committed by Péter Szilágyi
parent b536460f8e
commit 9e24491c65
3 changed files with 7 additions and 7 deletions

View File

@ -326,7 +326,7 @@ func TestBadHeaderHashes(t *testing.T) {
func TestReorgBadHeaderHashes(t *testing.T) {
bc := newTestLightChain()
// Create a chain, import and ban aferwards
// Create a chain, import and ban afterwards
headers := makeHeaderChainWithDiff(bc.genesisBlock, []int{1, 2, 3, 4}, 10)
if _, err := bc.InsertHeaderChain(headers, 1); err != nil {