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
commitd1e2339a7db38f5ce8c537cf6e89fc905cfd66ba (patch)
treee54cd2fdae4e06506504317911b0f1acde360bd5
parent7d2840a3111a3f6aecedaef80bad59f0ce6857a5 (diff)
downloadrabbitmq-server-git-d1e2339a7db38f5ce8c537cf6e89fc905cfd66ba.tar.gz
Typo
-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 f257c9776f..af660c60a0 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().