From 1fc6954cb5602f1cbef604e7ba4bfb410f80daba Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Tue, 23 Oct 2012 11:49:46 +0100 Subject: Typo --- src/rabbit_backing_queue.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(). -- cgit v1.2.1