Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #158 from ZenGround0/fix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Stebalien committed Jul 23, 2019
2 parents 8f0e4c6 + fdd54d5 commit 5204f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peermanager/peermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
peer "github.com/libp2p/go-libp2p-core/peer"
)

// PeerQueue provides a queer of messages to be sent for a single peer.
// PeerQueue provides a queue of messages to be sent for a single peer.
type PeerQueue interface {
AddMessage(entries []bsmsg.Entry, ses uint64)
Startup()
Expand Down

0 comments on commit 5204f40

Please sign in to comment.