api_resize_test: fix a typo

s/cintainer/container

Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
Chen Hanxiao 2015-04-10 03:09:26 -04:00
parent e690ad9292
commit 4ddc721f23
1 changed files with 1 additions and 1 deletions

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 {