summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index 6df90b3b8e..5488a88836 100644
--- a/src/rabbit_amqqueue.erl
+++ b/src/rabbit_amqqueue.erl
@@ -642,7 +642,7 @@ check_exclusive_access(Q, _ReaderPid, _MatchType) ->
resource_locked,
"cannot obtain exclusive access to locked ~s. It could be originally "
"declared on another connection or the exclusive property value does not "
- "match the original declaration.",
+ "match that of the original declaration.",
[rabbit_misc:rs(QueueName)]).
-spec with_exclusive_access_or_die(name(), pid(), qfun(A)) ->