Skip to content

Commit c92eb7a

Browse files
Fix a typo
[ci skip]
1 parent a6a546f commit c92eb7a

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
@@ -2466,7 +2466,7 @@ reduce_memory_use(State = #vqstate {
24662466
%% If blocked by the credit flow - the credit grant will resume processing,
24672467
%% if limited by a batch - the batch continuation message should be sent.
24682468
%% The continuation message will be prioritised over publishes,
2469-
%% but not cinsumptions, so the queue can make progess.
2469+
%% but not consumptions, so the queue can make progess.
24702470
Blocked = credit_flow:blocked(),
24712471
case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of
24722472
%% Credit bump will continue paging

0 commit comments

Comments
 (0)