diff options
| author | Matthias Radestock <matthias@lshift.net> | 2010-05-15 17:26:38 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2010-05-15 17:26:38 +0100 |
| commit | 21b9ee86387dc095cc77ddaec4c181f58cd4e702 (patch) | |
| tree | 8432723860cf45b26bf5095d4e1a8e7950596a4f /src | |
| parent | 8a9dd51ada181c9ce136f3295f34b13b147614ed (diff) | |
| download | rabbitmq-server-git-21b9ee86387dc095cc77ddaec4c181f58cd4e702.tar.gz | |
fix typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_queue_index.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl index bcee4b1da0..e0dba5057b 100644 --- a/src/rabbit_queue_index.erl +++ b/src/rabbit_queue_index.erl @@ -913,7 +913,7 @@ journal_minus_segment(JEntries, SegEntries) -> end, {array_new(), 0, 0}, JEntries). %% Here, the Out is a fresh journal that we're filling with valid -%% entries. PubsRemoved and AcksRemoved only get increased when the a +%% entries. PubsRemoved and AcksRemoved only get increased when a %% publish or ack is in both the journal and the segment. %% Both the same. Must be at least the publish |
