Fix typo in outputted

This commit is contained in:
Alexandre Iooss 2020-10-19 21:49:37 +02:00
parent e1f83a32df
commit 4727b2bf64
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
1 changed files with 1 additions and 1 deletions

View File

@ -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{}