summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-03-29 11:27:29 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-03-29 11:27:29 +0100
commit95ca5fddb6e4ff306580f2be8945353e52791282 (patch)
treee60158c8ebb7ab5b7cc3723d61a2fa2d4b7d597e
parent5baea669ec65f80dae2064efa02d039956034575 (diff)
downloadrabbitmq-server-95ca5fddb6e4ff306580f2be8945353e52791282.tar.gz
english
-rw-r--r--src/rabbit_backing_queue.erl10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index fe09e400..0ca8d260 100644
--- a/src/rabbit_backing_queue.erl
+++ b/src/rabbit_backing_queue.erl
@@ -90,11 +90,11 @@ behaviour_info(callbacks) ->
%%
%% It is legal for the same message id to appear in the results
%% of multiple calls to drain_confirmed, which means that the
- %% backing queue is not required to keep track of the which
- %% messages it has already confirmed. The confirm will be issued
- %% to the publisher the first time the message id appears in the
- %% result of drain_confirmed. All subsequent appearances of that
- %% message id will be ignored.
+ %% backing queue is not required to keep track of which messages
+ %% it has already confirmed. The confirm will be issued to the
+ %% publisher the first time the message id appears in the result
+ %% of drain_confirmed. All subsequent appearances of that message
+ %% id will be ignored.
{drain_confirmed, 1},
%% Drop messages from the head of the queue while the supplied