From 61ac745d7a7dd192948e0c1cfbdff87af7715c92 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 21 May 2014 15:08:40 -0700 Subject: [PATCH] integration-cli: fix spelling error in test Docker-DCO-1.1-Signed-off-by: Brandon Philips (github: philips) --- integration-cli/docker_cli_run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 154b72e27a..10b9f6a7c7 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/integration-cli/docker_cli_run_test.go @@ -438,7 +438,7 @@ func TestCreateVolume(t *testing.T) { 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.