Skip to content

Commit 96b7984

Browse files
jsorefmichaelklishin
authored andcommitted
spelling: support
(cherry picked from commit 2e6f56a) Conflicts: src/rabbit_fifo.erl
1 parent 557ed38 commit 96b7984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_priority_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
-define(passthrough3(F),
5454
{Res1, Res2, BQS1} = BQ:F, {Res1, Res2, State#passthrough{bqs = BQS1}}).
5555

56-
%% This module adds suport for priority queues.
56+
%% This module adds support for priority queues.
5757
%%
5858
%% Priority queues have one backing queue per priority. Backing queue functions
5959
%% then produce a list of results for each BQ and fold over them, sorting

0 commit comments

Comments
 (0)