Skip to content

Commit 7ba3f89

Browse files
committed
typo shoulld -> should
Just stumbled upon https://github.com/containerd/cgroups/pull/77/files#r259087886 thanks @mikebrow Signed-off-by: Abirdcfly Fu <[email protected]>
1 parent e752ee3 commit 7ba3f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paths_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func TestSystemd240(t *testing.T) {
139139
path := existingPath(paths, "")
140140
_, err = path("net_prio")
141141
if err == nil {
142-
t.Fatal("error for net_prio shoulld not be nil")
142+
t.Fatal("error for net_prio should not be nil")
143143
}
144144
if err != ErrControllerNotActive {
145145
t.Fatalf("expected error %q but received %q", ErrControllerNotActive, err)

0 commit comments

Comments
 (0)