summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-04-23 19:37:57 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-04-23 19:37:57 +0300
commitc92eb7ad540fa43f10612ea8c97e72a6f2128c4f (patch)
tree6aa4012a6243fc79ec3c30aa941ef28590c3220f
parenta6a546f0186402da152149b108bee5d1b2c7f9d9 (diff)
downloadrabbitmq-server-git-c92eb7ad540fa43f10612ea8c97e72a6f2128c4f.tar.gz
Fix a typo
[ci skip]
-rw-r--r--src/rabbit_variable_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl
index aed3c9d7c9..9ca9874059 100644
--- a/src/rabbit_variable_queue.erl
+++ b/src/rabbit_variable_queue.erl
@@ -2466,7 +2466,7 @@ reduce_memory_use(State = #vqstate {
%% If blocked by the credit flow - the credit grant will resume processing,
%% if limited by a batch - the batch continuation message should be sent.
%% The continuation message will be prioritised over publishes,
- %% but not cinsumptions, so the queue can make progess.
+ %% but not consumptions, so the queue can make progess.
Blocked = credit_flow:blocked(),
case {Blocked, NeedResumeA2B orelse NeedResumeB2D} of
%% Credit bump will continue paging