summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2010-05-19 16:22:14 +0100
committerMatthew Sackman <matthew@lshift.net>2010-05-19 16:22:14 +0100
commit14fa1ee3f19dc9aacf683669437a7a0278ea82b3 (patch)
tree819b32ccb8a8562d281b08f3ba0d6ce006987c0b /src
parent5846f38afb6eeabf4a9c3f63fc4fe9dce34a21f6 (diff)
downloadrabbitmq-server-git-14fa1ee3f19dc9aacf683669437a7a0278ea82b3.tar.gz
cosmetic
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_queue_index.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_queue_index.erl b/src/rabbit_queue_index.erl
index 7aaf28578a..92127da18d 100644
--- a/src/rabbit_queue_index.erl
+++ b/src/rabbit_queue_index.erl
@@ -413,7 +413,7 @@ init_clean(RecoveredCounts, State) ->
init_dirty(CleanShutdown, ContainsCheckFun, State) ->
%% Recover the journal completely. This will also load segments
- %% which have entries in the journal and remove duplicates. The
+ %% which have entries in the journal and remove duplicates. The
%% counts will correctly reflect the combination of the segment
%% and the journal.
State1 = #qistate { dir = Dir, segments = Segments } =