Merge pull request #12321 from HuKeping/testcase_typo

Fix typo in testcase
Upstream-commit: ad41ba1f954a19327534e9d66de674bce79622d8
Component: engine
This commit is contained in:
Doug Davis
2015-04-13 08:48:41 -04:00
@@ -593,5 +593,5 @@ func TestContainerApiPause(t *testing.T) {
t.Fatalf("There should be no paused container.")
}
logDone("container REST API - check POST containers/pause nad unpause")
logDone("container REST API - check POST containers/pause and unpause")
}