Word spelling correction

Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
This commit is contained in:
yuxiaobo
2019-09-25 16:49:54 +08:00
parent aba201344e
commit a0ae24b984
6 changed files with 6 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ func TestShimInCgroup(t *testing.T) {
t.Fatal(err)
}
if len(processes) == 0 {
t.Errorf("created cgroup should have atleast one process inside: %d", len(processes))
t.Errorf("created cgroup should have at least one process inside: %d", len(processes))
}
if err := task.Kill(ctx, unix.SIGKILL); err != nil {
t.Fatal(err)