浏览代码

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 {