Skip to content

Commit

Permalink
Small typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maruel committed Apr 14, 2017
1 parent c60f236 commit 5e038fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/sysfs/gpio_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func TestPin_Out(t *testing.T) {
func TestPin_PWM(t *testing.T) {
p := Pin{number: 42, name: "foo", root: "/tmp/gpio/priv/"}
if p.PWM(0) == nil {
t.Fatal("sysfs-gpio doens't support PWM")
t.Fatal("sysfs-gpio doesn't support PWM")
}
}

Expand Down

0 comments on commit 5e038fa

Please sign in to comment.