diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:16:56 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:16:56 -0500 |
| commit | adba2dabc4f4f92e7b2d6db00e7fd335dbf983e9 (patch) | |
| tree | 8b417d7b9e522ce083cab506bbcbcf933cb634f3 | |
| parent | ebf2f62f74a94d8437a2942d5d358a91804305b9 (diff) | |
| download | rabbitmq-server-git-adba2dabc4f4f92e7b2d6db00e7fd335dbf983e9.tar.gz | |
spelling: monitor
| -rw-r--r-- | src/rabbit_fifo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl index abf7622fad..3b6af2401f 100644 --- a/src/rabbit_fifo.erl +++ b/src/rabbit_fifo.erl @@ -2186,7 +2186,7 @@ state_enter_test() -> [{mod_call, m, f, [a, the_name]}] = state_enter(leader, S0), ok. -state_enter_montors_and_notifications_test() -> +state_enter_monitors_and_notifications_test() -> Oth = spawn(fun () -> ok end), {State0, _} = enq(1, 1, first, test_init(test)), Cid = {<<"adf">>, self()}, |
