summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-02-18 21:44:20 +0300
committerMichael Klishin <mklishin@pivotal.io>2019-02-18 21:44:20 +0300
commitbcb0f50879d935bebba8a4b880a66c44829b0d91 (patch)
tree9105a1d8627a0369e55d3d5d849b829792985fda
parentbe8658f7c36b78451fb52fa707f425d0f50fe67f (diff)
downloadrabbitmq-server-git-bcb0f50879d935bebba8a4b880a66c44829b0d91.tar.gz
Grammar
-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)) ->