diff options
| -rw-r--r-- | src/rabbit_amqqueue_process.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue_process.erl b/src/rabbit_amqqueue_process.erl index b8aad11afa..7cdd7c8bd9 100644 --- a/src/rabbit_amqqueue_process.erl +++ b/src/rabbit_amqqueue_process.erl @@ -546,7 +546,7 @@ deliver_or_enqueue(Delivery = #delivery{message = Message, sender = SenderPid}, case attempt_delivery(Delivery, Props, State1) of {true, State2} -> State2; - %% the next one is an optimisations + %% The next one is an optimisation %% TODO: optimise the Confirm =/= never case too {false, State2 = #q{ttl = 0, dlx = undefined, backing_queue = BQ, backing_queue_state = BQS}} |
