Skip to content

Commit 04ebfd6

Browse files
authored
Merge pull request #236 from Abirdcfly/patch-1
typo shoulld -> should
2 parents 7083cd6 + 7ba3f89 commit 04ebfd6

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)