From 8b9f46941924a04ce1091532a74def03e70c7559 Mon Sep 17 00:00:00 2001
From: Liang Ma <liangma.ul@gmail.com>
Date: Tue, 27 Nov 2018 10:52:30 +0000
Subject: [PATCH] p2p/protocols: fix minor comments typo (#18185)

---
 p2p/protocols/protocol.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/p2p/protocols/protocol.go b/p2p/protocols/protocol.go
index 7dddd852f..b16720dd3 100644
--- a/p2p/protocols/protocol.go
+++ b/p2p/protocols/protocol.go
@@ -381,7 +381,7 @@ func (p *Peer) handleIncoming(handle func(ctx context.Context, msg interface{})
 // * arguments
 //   * context
 //   * the local handshake to be sent to the remote peer
-//   * funcion to be called on the remote handshake (can be nil)
+//   * function to be called on the remote handshake (can be nil)
 // * expects a remote handshake back of the same type
 // * the dialing peer needs to send the handshake first and then waits for remote
 // * the listening peer waits for the remote handshake and then sends it
-- 
GitLab