summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-10-23 11:49:46 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-10-23 11:49:46 +0100
commit1fc6954cb5602f1cbef604e7ba4bfb410f80daba (patch)
treee54cd2fdae4e06506504317911b0f1acde360bd5
parent1f188b8adf2d33f82e5d316a8f6ee428fc1bdade (diff)
downloadrabbitmq-server-bug25168.tar.gz
-rw-r--r--src/rabbit_backing_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index f257c977..af660c60 100644
--- a/src/rabbit_backing_queue.erl
+++ b/src/rabbit_backing_queue.erl
@@ -90,7 +90,7 @@
%% Called to inform the BQ about messages which have reached the
%% queue, but are not going to be further passed to BQ for some
-%% reason. Note that this is may be invoked for messages for which
+%% reason. Note that this may be invoked for messages for which
%% BQ:is_duplicate/2 has already returned {'published' | 'discarded',
%% BQS}.
-callback discard(rabbit_types:msg_id(), pid(), state()) -> state().