summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-10-16 13:59:16 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-10-16 13:59:16 +0100
commit44f4940b6cffb50c1cf59662e3ba97d32babea15 (patch)
tree8c0df565f916e90d94d91811ce2415280e256513
parent811f35ceeac31ab66e8c57bb0962b97c2209896c (diff)
downloadrabbitmq-server-git-44f4940b6cffb50c1cf59662e3ba97d32babea15.tar.gz
Typo
-rw-r--r--src/rabbit_amqqueue_process.erl2
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}}