Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
code-merc committed Mar 4, 2019
1 parent 6a2d78a commit 71be58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (p *Peer) Request(timeout time.Duration, m *transport.Message) (*transport.
m.RpcId = current
m.IsRequest = true

// Make a channel to recieve the message
// Make a channel to receive the message
receiveChan := make(chan *transport.Message)

// Store this so the reply message gets written to it
Expand Down

0 comments on commit 71be58a

Please sign in to comment.