Merge pull request #1119 from JamesYongQiaoWang/fixSpellError

Fix the spell error.
This commit is contained in:
Victor Vieux 2015-08-05 10:46:22 -07:00
commit bf4bb808e7
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()
if current, exists := e.containers[c.Id]; exists {
// The container is already knowe.
// The container is already known.
container = current
} else {
// This is a brand new container. We need to do a full refresh.