mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 20:51:44 +00:00
Fix typo (ghot -> ghost)
This commit is contained in:
+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
|
||||
|
||||
Reference in New Issue
Block a user