From 51d53eab325980d2a2d09c2e8b96c494daba8ed3 Mon Sep 17 00:00:00 2001 From: Andrey Samokhvalov Date: Thu, 12 Jan 2017 01:21:04 +0300 Subject: [PATCH] test: fix typos --- networktest.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/networktest.go b/networktest.go index 59e6ed867..e3faee5a7 100644 --- a/networktest.go +++ b/networktest.go @@ -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 {