Browse Source

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

api_resize_test: fix a typo
Doug Davis 10 năm trước cách đây
mục cha
commit
5c8e28ec7c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {