Fix the spell error.

Signed-off-by: James Wang Yong Qiao <jamesyongqiao@gmail.com>
This commit is contained in:
James Wang Yong Qiao 2015-08-05 02:44:31 -04:00
parent 4cee3ad3b4
commit 88bbdff2e0
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ func (e *Engine) updateContainer(c dockerclient.Container, containers map[string
e.RLock() e.RLock()
if current, exists := e.containers[c.Id]; exists { if current, exists := e.containers[c.Id]; exists {
// The container is already knowe. // The container is already known.
container = current container = current
} else { } else {
// This is a brand new container. We need to do a full refresh. // This is a brand new container. We need to do a full refresh.