multi: fix typos in comments

This commit is contained in:
Dimitris Tsapakidis
2018-04-18 05:03:27 +03:00
committed by Olaoluwa Osuntokun
parent 663c396235
commit 4009f7f874
30 changed files with 70 additions and 70 deletions

View File

@@ -27,7 +27,7 @@ const (
type ChannelID [32]byte
// ConnectionWideID is an all-zero ChannelID, which is used to represent a
// message intended for all channels to to specific peer.
// message intended for all channels to specific peer.
var ConnectionWideID = ChannelID{}
// String returns the string representation of the ChannelID. This is just the