core, eth: replace reorganiz with reorganis

This commit is contained in:
Leif Jurvetson
2016-03-15 11:55:39 -07:00
parent 06fe6310a3
commit 434e4b31d8
4 changed files with 8 additions and 8 deletions

View File

@@ -366,7 +366,7 @@ func TestTransactionPostponing(t *testing.T) {
if len(pool.queue[account]) != 0 {
t.Errorf("queued transaction mismatch: have %d, want %d", len(pool.queue), 0)
}
// Reduce the balance of the account, and check that transactions are reorganized
// Reduce the balance of the account, and check that transactions are reorganised
state.AddBalance(account, big.NewInt(-750))
pool.resetState()