Browse code

Fix typo in testcase

Signed-off-by: Hu Keping <hukeping@huawei.com>

Hu Keping authored on 2015/04/14 00:09:07
Showing 1 changed files
... ...
@@ -593,5 +593,5 @@ func TestContainerApiPause(t *testing.T) {
593 593
 		t.Fatalf("There should be no paused container.")
594 594
 	}
595 595
 
596
-	logDone("container REST API - check POST containers/pause nad unpause")
596
+	logDone("container REST API - check POST containers/pause and unpause")
597 597
 }