diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-21 17:58:40 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-10-21 17:58:40 +0200 |
| commit | dc66197f3539a7a7bc3e3cc5b491a25b84d73011 (patch) | |
| tree | dadb81f8f8e2089cf95ecc5d178475100d1bb6f6 /src | |
| parent | 2143ea0641d71350cd56a932296559624302acd9 (diff) | |
| download | rabbitmq-server-git-dc66197f3539a7a7bc3e3cc5b491a25b84d73011.tar.gz | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_variable_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_variable_queue.erl b/src/rabbit_variable_queue.erl index 7d97cd4ff0..3b06ef552c 100644 --- a/src/rabbit_variable_queue.erl +++ b/src/rabbit_variable_queue.erl @@ -929,7 +929,7 @@ convert_to_lazy(State) -> false -> %% When pushing messages to disk, we might have been %% blocked by the msg_store, so we need to see if we have - %% to wait for more credit, and the keep paging messages. + %% to wait for more credit, and then keep paging messages. %% %% The amqqueue_process could have taken care of this, but %% between the time it receives the bump_credit msg and |
