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

api_resize_test: fix a typo
Upstream-commit: 5c8e28ec7c992149c3d60186a82d1abd4804b98e
Component: engine
This commit is contained in:
Doug Davis
2015-04-10 05:46:42 -07:00

View File

@ -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 {