summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlvaro Videla <videlalvaro@gmail.com>2015-05-08 15:57:48 +0200
committerAlvaro Videla <videlalvaro@gmail.com>2015-05-08 15:57:48 +0200
commit818bbc585cf0760e2e1939aea7396e4b08c38168 (patch)
tree39de66c12ec85a1052cc57f942d7eb5fd0d1ca71 /src
parent441177b7760c9a70f72d342d18d2c9e6911f38b9 (diff)
downloadrabbitmq-server-git-818bbc585cf0760e2e1939aea7396e4b08c38168.tar.gz
adds missing word
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 8fd7b195ae..5f6d7c8442 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -39,7 +39,7 @@
%% Every channel has a number of dependent processes:
%%
%% * A writer which is responsible for sending frames to clients.
-%% * A limiter which controls how many messages can delivered
+%% * A limiter which controls how many messages can be delivered
%% to consumers according to active QoS prefetch and internal
%% flow control logic.
%%