multi: Fix two minor typos

This commit is contained in:
MeshCollider 2018-01-30 13:07:26 +13:00 committed by Olaoluwa Osuntokun
parent 3e702f09ec
commit 61414df669
2 changed files with 2 additions and 2 deletions

@ -10,7 +10,7 @@ import (
"github.com/roasbeef/btcutil"
)
// Config couples all the items that that an autopilot agent needs to function.
// Config couples all the items that an autopilot agent needs to function.
// All items within the struct MUST be populated for the Agent to be able to
// carry out its duties.
type Config struct {

@ -31,7 +31,7 @@ type addressType uint8
const (
// noAddr denotes a blank address. An address of this type indicates
// that a node doesn't have any advertise d addresses.
// that a node doesn't have any advertised addresses.
noAddr addressType = 0
// tcp4Addr denotes an IPv4 TCP address.