1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2024-12-21 17:02:19 +00:00

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

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