peer: fix small typo

This commit is contained in:
George Tankersley 2019-10-09 16:18:20 -04:00 committed by John C. Vernaleo
parent 1639d6c070
commit 8bbbe98be9

View file

@ -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:
//