summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:37 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:19:37 -0500
commit53246285a759bf0d1c9be220c9de71dd2557ae6f (patch)
tree0f5e6a7061a60874ffa4bd58b3b4a82a6715e615 /src
parenta18ee7c56451d1ed0c6f57dd17c8a6f9af57d4b4 (diff)
downloadrabbitmq-server-git-53246285a759bf0d1c9be220c9de71dd2557ae6f.tar.gz
spelling: possibilities
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_msg_store.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_msg_store.erl b/src/rabbit_msg_store.erl
index f03145c28f..a4dfba47e7 100644
--- a/src/rabbit_msg_store.erl
+++ b/src/rabbit_msg_store.erl
@@ -236,7 +236,7 @@
%% updated.
%%
%% On non-clean startup, we scan the files we discover, dealing with
-%% the possibilites of a crash having occurred during a compaction
+%% the possibilities of a crash having occurred during a compaction
%% (this consists of tidyup - the compaction is deliberately designed
%% such that data is duplicated on disk rather than risking it being
%% lost), and rebuild the file summary and index ETS table.