multi: fix various typos in comments

This commit is contained in:
maurycy
2018-09-06 10:48:46 +02:00
parent dcd8190c80
commit ac24b12bf2
24 changed files with 37 additions and 37 deletions

View File

@@ -1200,7 +1200,7 @@ func testTransactionSubscriptions(miner *rpctest.Harness,
select {
case <-time.After(time.Second * 10):
t.Fatalf("transactions not received after 10 seconds")
case <-unconfirmedNtfns: // Fall through on successs
case <-unconfirmedNtfns: // Fall through on success
}
}