Merge pull request #461 from neomantra/master

Fix typo (ghot -> ghost)
This commit is contained in:
Guillaume J. Charmes 2013-04-22 15:39:34 -07:00
Родитель acb546cd1b ffe16e3224
Коммит d3db94696d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -630,7 +630,7 @@ func (container *Container) Stop(seconds int) error {
return nil
}
if container.State.Ghost {
return fmt.Errorf("Can't stop ghot container")
return fmt.Errorf("Can't stop ghost container")
}
// 1. Send a SIGTERM