mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix typo (ghot -> ghost)
This commit is contained in:
parent
acb546cd1b
commit
ffe16e3224
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue