diff --git a/src/frequenz/channels/util/_select.py b/src/frequenz/channels/util/_select.py index c4fe53ac..aac62a75 100644 --- a/src/frequenz/channels/util/_select.py +++ b/src/frequenz/channels/util/_select.py @@ -262,7 +262,7 @@ async def select(*receivers: Receiver[Any]) -> AsyncIterator[Selected[Any]]: [`MergeNamed`][frequenz.channels.util.MergeNamed]: this is useful when you have and unknown number of receivers of the same type that can be handled as a group. - * Use tasks to manage each recever individually: this is better if there are no + * Use tasks to manage each receiver individually: this is better if there are no relationships between the receivers. * Break the `select()` loop and start a new one with the new set of receivers (this should be the last resort, as it has some performance implications