Spelling fixes (#25666)
This commit is contained in:
parent
2f7c57b257
commit
a54ade1189
38 changed files with 52 additions and 52 deletions
|
@ -114,7 +114,7 @@ class StreamOutput:
|
|||
@callback
|
||||
def put(self, segment: Segment) -> None:
|
||||
"""Store output."""
|
||||
# Start idle timeout when we start recieving data
|
||||
# Start idle timeout when we start receiving data
|
||||
if self._unsub is None:
|
||||
self._unsub = async_call_later(
|
||||
self._stream.hass, self.timeout, self._timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue