Skip to content

Commit b2a63a0

Browse files
committed
typo
1 parent 9a15c76 commit b2a63a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/rabbit_channel.erl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,9 @@ handle_info({'DOWN', _MRef, process, QPid, Reason}, State) ->
465465
State4 = handle_delivering_queue_down(QPid, State3),
466466
%% A rabbit_amqqueue_process has died. If our channel was being
467467
%% blocked by this process, and no other process is blocking our
468-
%% channel, then this channel will will be unblocked. This means
469-
%% that any credit that was deferred will be sent to the
470-
%% rabbit_reader processs that might be blocked by this particular
471-
%% channel.
468+
%% channel, then this channel will be unblocked. This means that
469+
%% any credit that was deferred will be sent to the rabbit_reader
470+
%% processs that might be blocked by this particular channel.
472471
credit_flow:peer_down(QPid),
473472
#ch{queue_names = QNames, queue_monitors = QMons} = State4,
474473
case dict:find(QPid, QNames) of

0 commit comments

Comments
 (0)