multi: Fix various typos.

This commit is contained in:
Jim Posen
2017-09-25 11:25:58 -07:00
committed by Olaoluwa Osuntokun
parent 4b883b9899
commit a13ad0a339
11 changed files with 46 additions and 58 deletions

View File

@@ -107,7 +107,7 @@ func TestInvoiceWorkflow(t *testing.T) {
"instead %v", err)
}
// Attempt to look up a non-existant invoice, this should also fail but
// Attempt to look up a non-existent invoice, this should also fail but
// with a "not found" error.
var fakeHash [32]byte
if _, err := db.LookupInvoice(fakeHash); err != ErrInvoiceNotFound {