Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_db.erl
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ init() ->
case Ret of
ok ->
?LOG_DEBUG(
"DB: initialization successeful",
"DB: initialization successful",
#{domain => ?RMQLOG_DOMAIN_DB}),

init_finished(),
Expand Down
2 changes: 1 addition & 1 deletion deps/rabbit/test/metadata_store_clustering_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ join_khepri_while_in_minority(Config) ->
%% minority. In other words, we stop two followers, then the
%% leader.
%%
%% Using `lists:reverse/1', we keep the last running followe only
%% Using `lists:reverse/1', we keep the last running follower only
%% to see how clustering works if the first nodes in the cluster
%% are down.
Followers = ClusteredNodes -- [LeaderNode],
Expand Down
Loading