diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-16 13:59:16 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-16 13:59:16 +0100 |
| commit | 44f4940b6cffb50c1cf59662e3ba97d32babea15 (patch) | |
| tree | 8c0df565f916e90d94d91811ce2415280e256513 | |
| parent | 811f35ceeac31ab66e8c57bb0962b97c2209896c (diff) | |
| download | rabbitmq-server-git-44f4940b6cffb50c1cf59662e3ba97d32babea15.tar.gz | |
Typo
| -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}} |
