1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Spelling fixes (#12041)

* Spelling fixes

*Lots* of them.

* Spelling breaking changes

* Fix lint errors
This commit is contained in:
Otto Winter
2018-01-29 23:37:19 +01:00
committed by Fabian Affolter
parent 38fd9b65bf
commit 8dcfd35b8b
138 changed files with 285 additions and 286 deletions

View File

@@ -77,7 +77,7 @@ class Entity(object):
# Protect for multiple updates
_update_staged = False
# Process updates pararell
# Process updates in parallel
parallel_updates = None
@property