From ffe16e32243da4f02d325dae1bf08f71181ed439 Mon Sep 17 00:00:00 2001 From: Evan Wies Date: Mon, 22 Apr 2013 18:37:06 -0400 Subject: [PATCH] Fix typo (ghot -> ghost) --- container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container.go b/container.go index 7c6f7614f1..c2c6fddd40 100644 --- a/container.go +++ b/container.go @@ -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