multi: fix spelling mistakes

This commit is contained in:
Conner Fromknecht
2019-05-04 15:35:37 -07:00
parent 517cdd66bf
commit 17b2140cb5
22 changed files with 25 additions and 25 deletions

View File

@@ -1076,7 +1076,7 @@ func TestTxNotifierCancelConf(t *testing.T) {
t.Fatalf("expected to receive confirmation notification")
}
// The second one, however, should not have. The event's Confrimed
// The second one, however, should not have. The event's Confirmed
// channel must have also been closed to indicate the caller that the
// TxNotifier can no longer fulfill their canceled request.
select {