Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion paths_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func TestSystemd240(t *testing.T) {
path := existingPath(paths, "")
_, err = path("net_prio")
if err == nil {
t.Fatal("error for net_prio shoulld not be nil")
t.Fatal("error for net_prio should not be nil")
}
if err != ErrControllerNotActive {
t.Fatalf("expected error %q but received %q", ErrControllerNotActive, err)
Expand Down