summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:26:48 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:26:48 -0500
commit2e6f56a6b337d6382f069061e08660ef8c08bd92 (patch)
tree5cb72abd4a9d8c113124e297b7572f2a0577c4a5
parenta641ea84c6416d7a9f78d2611e70c3bd15d9678b (diff)
downloadrabbitmq-server-git-2e6f56a6b337d6382f069061e08660ef8c08bd92.tar.gz
spelling: support
-rw-r--r--src/rabbit_fifo.erl2
-rw-r--r--src/rabbit_priority_queue.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl
index 462622549a..e8c5c9aa03 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -156,7 +156,7 @@
#update_config{}.
-type command() :: protocol() | ra_machine:builtin_command().
-%% all the command types suppored by ra fifo
+%% all the command types supported by ra fifo
-type client_msg() :: delivery().
%% the messages `rabbit_fifo' can send to consumers.
diff --git a/src/rabbit_priority_queue.erl b/src/rabbit_priority_queue.erl
index 817468a3da..12d3291b54 100644
--- a/src/rabbit_priority_queue.erl
+++ b/src/rabbit_priority_queue.erl
@@ -55,7 +55,7 @@
-define(passthrough3(F),
{Res1, Res2, BQS1} = BQ:F, {Res1, Res2, State#passthrough{bqs = BQS1}}).
-%% This module adds suport for priority queues.
+%% This module adds support for priority queues.
%%
%% Priority queues have one backing queue per priority. Backing queue functions
%% then produce a list of results for each BQ and fold over them, sorting