summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:16:56 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:16:56 -0500
commitadba2dabc4f4f92e7b2d6db00e7fd335dbf983e9 (patch)
tree8b417d7b9e522ce083cab506bbcbcf933cb634f3
parentebf2f62f74a94d8437a2942d5d358a91804305b9 (diff)
downloadrabbitmq-server-git-adba2dabc4f4f92e7b2d6db00e7fd335dbf983e9.tar.gz
spelling: monitor
-rw-r--r--src/rabbit_fifo.erl2
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()},