Skip to content

Commit 9161218

Browse files
Fix a typo
[ci skip] (cherry picked from commit c92eb7a)
1 parent 6bd794a commit 9161218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_variable_queue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,7 @@ reduce_memory_use(State = #vqstate {
24682468
%% If blocked by the credit flow - the credit grant will resume processing,
24692469
%% if limited by a batch - the batch continuation message should be sent.
24702470
%% The continuation message will be prioritised over publishes,
2471-
%% but not cinsumptions, so the queue can make progess.
2471+
%% but not consumptions, so the queue can make progess.
24722472
Blocked = credit_flow:blocked(),
24732473
case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of
24742474
%% Credit bump will continue paging

0 commit comments

Comments
 (0)