summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/credit_flow.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credit_flow.erl b/src/credit_flow.erl
index b1df1803aa..b9547cff1c 100644
--- a/src/credit_flow.erl
+++ b/src/credit_flow.erl
@@ -33,7 +33,7 @@
%% reader -> channel -> queue_process -> msg_store.
%%
%% If the message store has a back log, then it will block the
-%% queue_process, which will bloc the channel, and finally the reader
+%% queue_process, which will block the channel, and finally the reader
%% will be blocked, throttling down publishers.
%%
%% Once a process is unblocked, it will grant credits up the chain,