Skip to content

Commit 873c5b0

Browse files
committed
Fix spelling
1 parent d8fa137 commit 873c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/circuits_gpio_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ defmodule Circuits.GPIOTest do
6969
send(me, {:done, length(x)})
7070
end)
7171

72-
# Wait a tehth of a second to allow spawned task to complete
72+
# Wait a tenth of a second to allow spawned task to complete
7373
Process.sleep(100)
7474

7575
assert_receive {:done, ^count}

0 commit comments

Comments
 (0)