Browse code

api_resize_test: fix a typo

s/cintainer/container

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>

Chen Hanxiao authored on 2015/04/10 16:09:26
Showing 1 changed files
... ...
@@ -33,7 +33,7 @@ func TestResizeApiResponseWhenContainerNotStarted(t *testing.T) {
33 33
 	defer deleteAllContainers()
34 34
 	cleanedContainerID := strings.TrimSpace(out)
35 35
 
36
-	// make sure the exited cintainer is not running
36
+	// make sure the exited container is not running
37 37
 	runCmd = exec.Command(dockerBinary, "wait", cleanedContainerID)
38 38
 	out, _, err = runCommandWithOutput(runCmd)
39 39
 	if err != nil {