Skip to content

Commit adba2da

Browse files
committed
spelling: monitor
1 parent ebf2f62 commit adba2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_fifo.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2186,7 +2186,7 @@ state_enter_test() ->
21862186
[{mod_call, m, f, [a, the_name]}] = state_enter(leader, S0),
21872187
ok.
21882188

2189-
state_enter_montors_and_notifications_test() ->
2189+
state_enter_monitors_and_notifications_test() ->
21902190
Oth = spawn(fun () -> ok end),
21912191
{State0, _} = enq(1, 1, first, test_init(test)),
21922192
Cid = {<<"adf">>, self()},

0 commit comments

Comments
 (0)