瀏覽代碼

integration-cli: fix spelling error in test

Docker-DCO-1.1-Signed-off-by: Brandon Philips <brandon.philips@coreos.com> (github: philips)
Brandon Philips 11 年之前
父節點
當前提交
61ac745d7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      integration-cli/docker_cli_run_test.go

+ 1 - 1
integration-cli/docker_cli_run_test.go

@@ -438,7 +438,7 @@ func TestCreateVolume(t *testing.T) {
 
 
 	deleteAllContainers()
 	deleteAllContainers()
 
 
-	logDone("run - create docker mangaed volume")
+	logDone("run - create docker managed volume")
 }
 }
 
 
 // Test that creating a volume with a symlink in its path works correctly. Test for #5152.
 // Test that creating a volume with a symlink in its path works correctly. Test for #5152.