Skip to content

Commit bcb0f50

Browse files
Grammar
1 parent be8658f commit bcb0f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ check_exclusive_access(Q, _ReaderPid, _MatchType) ->
642642
resource_locked,
643643
"cannot obtain exclusive access to locked ~s. It could be originally "
644644
"declared on another connection or the exclusive property value does not "
645-
"match the original declaration.",
645+
"match that of the original declaration.",
646646
[rabbit_misc:rs(QueueName)]).
647647

648648
-spec with_exclusive_access_or_die(name(), pid(), qfun(A)) ->

0 commit comments

Comments
 (0)