Merge pull request #104 from KerwinKoo/master

Just repair spelling mistake
This commit is contained in:
vyzo 2018-09-10 18:35:12 +03:00 committed by GitHub
commit 992b9b06ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)