s/cintainer/container
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
| ... | ... |
@@ -33,7 +33,7 @@ func TestResizeApiResponseWhenContainerNotStarted(t *testing.T) {
|
| 33 | 33 |
defer deleteAllContainers() |
| 34 | 34 |
cleanedContainerID := strings.TrimSpace(out) |
| 35 | 35 |
|
| 36 |
- // make sure the exited cintainer is not running |
|
| 36 |
+ // make sure the exited container is not running |
|
| 37 | 37 |
runCmd = exec.Command(dockerBinary, "wait", cleanedContainerID) |
| 38 | 38 |
out, _, err = runCommandWithOutput(runCmd) |
| 39 | 39 |
if err != nil {
|