1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-23 11:58:49 +00:00

Spelling and grammar fixes (#499)

This commit is contained in:
Ville Skyttä
2018-06-08 22:32:06 +03:00
committed by Pascal Vizeli
parent 41943ba61a
commit e2725f8033
20 changed files with 36 additions and 36 deletions

View File

@@ -120,7 +120,7 @@ class DockerInterface(CoreSysAttributes):
if container.status != 'running':
return False
# we run on a old image, stop and start it
# we run on an old image, stop and start it
if container.image.id != image.id:
return False