Browse code

Fix typo (ghot -> ghost)

Evan Wies authored on 2013/04/23 07:37:06
Showing 1 changed files
... ...
@@ -630,7 +630,7 @@ func (container *Container) Stop(seconds int) error {
630 630
 		return nil
631 631
 	}
632 632
 	if container.State.Ghost {
633
-		return fmt.Errorf("Can't stop ghot container")
633
+		return fmt.Errorf("Can't stop ghost container")
634 634
 	}
635 635
 
636 636
 	// 1. Send a SIGTERM