1
0
mirror of https://github.com/moby/moby.git synced 2025-07-30 18:23:29 +03:00

correct some daemon spelling mistakes

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
This commit is contained in:
Yuan Sun
2015-03-13 05:12:02 -04:00
parent 50c6c675e6
commit 906974b185
3 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@ func TestExecAfterDaemonRestart(t *testing.T) {
logDone("exec - exec running container after daemon restart")
}
// Regresssion test for #9155, #9044
// Regression test for #9155, #9044
func TestExecEnv(t *testing.T) {
defer deleteAllContainers()