summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-09-25 14:59:13 +0200
committerAlvaro Videla <videlalvaro@gmail.com>2015-09-25 14:59:13 +0200
commit5be0f6429e3aff2977d95a15ba0e3bab4cc8bf8e (patch)
tree553fcf8fd1814374e1bafbd13d8675b21fec8780
parente0a5c0051e22c5bd29b54a9aedca2f95d07ea2ab (diff)
downloadrabbitmq-server-git-5be0f6429e3aff2977d95a15ba0e3bab4cc8bf8e.tar.gz
typo
-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,