summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:06:41 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:06:41 -0500
commit38e25d2af3e583ca9e374fe602b466b08abab5ae (patch)
tree3f78b022a554a06caada8b3e87b326e00a9f9fa9
parent62a60e2fca7aa39596e8502a6715339ea68c7c24 (diff)
downloadrabbitmq-server-git-38e25d2af3e583ca9e374fe602b466b08abab5ae.tar.gz
spelling: exception
-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 2ed4d0da56..c5315198a1 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -691,7 +691,7 @@ get_checked_out(Cid, From, To, #state{consumers = Consumers}) ->
end.
init_aux(Name) when is_atom(Name) ->
- %% TODO: catch specific exeption throw if table already exists
+ %% TODO: catch specific exception throw if table already exists
ok = ra_machine_ets:create_table(rabbit_fifo_usage,
[named_table, set, public,
{write_concurrency, true}]),