Fix typo in outputted
This commit is contained in:
parent
e1f83a32df
commit
4727b2bf64
|
@ -13,7 +13,7 @@ type Quality struct {
|
|||
// Incoming data come from this channel
|
||||
Broadcast chan<- []byte
|
||||
|
||||
// Incoming data will be outputed to all those outputs.
|
||||
// Incoming data will be outputted to all those outputs.
|
||||
// Use a map to be able to delete an item.
|
||||
outputs map[chan []byte]struct{}
|
||||
|
||||
|
|
Loading…
Reference in New Issue