test: fix typos

This commit is contained in:
Andrey Samokhvalov 2017-01-12 01:21:04 +03:00 committed by Olaoluwa Osuntokun
parent a13ac90d46
commit 51d53eab32
1 changed files with 2 additions and 2 deletions

View File

@ -864,8 +864,8 @@ func (n *networkHarness) DumpLogs(node *lightningNode) (string, error) {
return string(buf), nil
}
// SendCoins attemps to send amt satoshis from the internal mining node to the
// targetted lightning node.
// SendCoins attempts to send amt satoshis from the internal mining node to the
// targeted lightning node.
func (n *networkHarness) SendCoins(ctx context.Context, amt btcutil.Amount,
target *lightningNode) error {