Spelling fixes (#12041)
* Spelling fixes *Lots* of them. * Spelling breaking changes * Fix lint errors
This commit is contained in:
parent
38fd9b65bf
commit
8dcfd35b8b
138 changed files with 285 additions and 286 deletions
|
@ -220,7 +220,7 @@ class Script():
|
|||
def async_script_timeout(now):
|
||||
"""Call after timeout is retrieve stop script."""
|
||||
self._async_listener.remove(unsub)
|
||||
self._log("Timout reach, abort script.")
|
||||
self._log("Timeout reached, abort script.")
|
||||
self.async_stop()
|
||||
|
||||
unsub = async_track_point_in_utc_time(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue