From f58b9c95e1c707eb754abd9d468f7bc12de5275c Mon Sep 17 00:00:00 2001 From: Tim Watson Date: Tue, 14 Jan 2014 15:17:00 +0000 Subject: Cosmetic (ish) Spelling, and do not shout in comments. --- src/rabbit_amqqueue.erl | 2 +- src/rabbit_backing_queue.erl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl index 5357492f..24586b7c 100644 --- a/src/rabbit_amqqueue.erl +++ b/src/rabbit_amqqueue.erl @@ -196,7 +196,7 @@ recover() -> DurableQueues = find_durable_queues(), {ok, BQ} = application:get_env(rabbit, backing_queue_module), - %% We reply on BQ:start/1 returning the recovery terms in the same + %% We rely on BQ:start/1 returning the recovery terms in the same %% order as the supplied queue names, so that we can zip them together %% for further processing in recover_durable_queues. {ok, OrderedRecoveryTerms} = diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index 11563a4e..07dc272f 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -42,7 +42,7 @@ %% backing queue to perform any checking necessary for the consistency %% of those queues, or initialise any other shared resources. %% -%% The list of queue recovery terms returned as {ok, Terms} MUST be given +%% The list of queue recovery terms returned as {ok, Terms} must be given %% in the same order as the list of queue names supplied. %% -callback start([rabbit_amqqueue:name()]) -> rabbit_types:ok(recovery_terms()). -- cgit v1.2.1