Преглед изворни кода

Merge pull request #12263 from chenhanxiao/typo-resize-test

api_resize_test: fix a typo
Doug Davis пре 10 година
родитељ
комит
5c8e28ec7c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      integration-cli/docker_api_resize_test.go

+ 1 - 1
integration-cli/docker_api_resize_test.go

@@ -33,7 +33,7 @@ func TestResizeApiResponseWhenContainerNotStarted(t *testing.T) {
 	defer deleteAllContainers()
 	cleanedContainerID := strings.TrimSpace(out)
 
-	// make sure the exited cintainer is not running
+	// make sure the exited container is not running
 	runCmd = exec.Command(dockerBinary, "wait", cleanedContainerID)
 	out, _, err = runCommandWithOutput(runCmd)
 	if err != nil {