diff options
| author | Tim Watson <watson.timothy@gmail.com> | 2014-01-14 15:17:00 +0000 |
|---|---|---|
| committer | Tim Watson <watson.timothy@gmail.com> | 2014-01-14 15:17:00 +0000 |
| commit | 0678a6538ecd860e5aef6a5baddfd44124b1c00f (patch) | |
| tree | 154ff775c9b2a45cf2fa242def9053bcc8e2a228 /src | |
| parent | dc23dce3c64329ab9a00877ba47be12ed0a1d6ff (diff) | |
| download | rabbitmq-server-git-0678a6538ecd860e5aef6a5baddfd44124b1c00f.tar.gz | |
Cosmetic (ish)
Spelling, and do not shout in comments.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_amqqueue.erl | 2 | ||||
| -rw-r--r-- | 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 5357492f80..24586b7c63 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 11563a4e39..07dc272f13 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()). |
