Skip to content

Commit

Permalink
typo shoulld -> should
Browse files Browse the repository at this point in the history
  • Loading branch information
Abirdcfly authored Jun 10, 2022
1 parent e752ee3 commit 3cd4e0e
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 3cd4e0e

Please sign in to comment.