From 8bbbe98be9005a7d77837e23ddb783ef1f062b7a Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Wed, 9 Oct 2019 16:18:20 -0400 Subject: [PATCH] peer: fix small typo --- peer/peer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peer/peer.go b/peer/peer.go index 11306ace..200acb32 100644 --- a/peer/peer.go +++ b/peer/peer.go @@ -2097,7 +2097,7 @@ func (p *Peer) negotiateInboundProtocol() error { return p.readRemoteVerAckMsg() } -// negotiateOutoundProtocol performs the negotiation protocol for an outbound +// negotiateOutboundProtocol performs the negotiation protocol for an outbound // peer. The events should occur in the following order, otherwise an error is // returned: //