Just repair spelling mistake

Signed-off-by: gukq <gukaiqiang@gmail.com>
This commit is contained in:
gukq 2018-09-10 23:17:23 +08:00
parent 7e9278f74d
commit 91285f3022
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ func (gs *GossipSubRouter) sendRPC(p peer.ID, out *RPC) {
// do we own the RPC?
own := false
// piggyback cotrol message retries
// piggyback control message retries
ctl, ok := gs.control[p]
if ok {
out = copyRPC(out)