Skip to content

Commit 0ca363d

Browse files
committed
spelling: compared
1 parent 29d8a78 commit 0ca363d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_queue_index.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ pre_publish(MsgOrId, SeqId, MsgProps, IsPersistent, IsDelivered, JournalSizeHint
355355
State1#qistate{pre_publish_cache = PPC1,
356356
delivered_cache = DC1})).
357357

358-
%% pre_publish_cache is the entry with most elements when comapred to
358+
%% pre_publish_cache is the entry with most elements when compared to
359359
%% delivered_cache so we only check the former in the guard.
360360
maybe_flush_pre_publish_cache(JournalSizeHint,
361361
#qistate{pre_publish_cache = PPC} = State)

0 commit comments

Comments
 (0)