mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-21 14:10:35 +02:00
multi: fix several typos in godoc comments
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
b74a281b57
commit
adf0d98194
@@ -87,7 +87,7 @@ func TestMailBoxCouriers(t *testing.T) {
|
||||
}
|
||||
|
||||
// Additionally, the set of packets should match exactly, as we should
|
||||
// have received the packets int he exact same ordering that we added.
|
||||
// have received the packets in the exact same ordering that we added.
|
||||
if !reflect.DeepEqual(sentPackets, recvdPackets) {
|
||||
t.Fatalf("recvd packets mismatched: expected %v, got %v",
|
||||
spew.Sdump(sentPackets), spew.Sdump(recvdPackets))
|
||||
|
Reference in New Issue
Block a user