Skip to content

Commit f32184e

Browse files
authored
Merge pull request #15041 from rabbitmq/mergify/bp/v4.2.x/pr-15040
Fix two typos discovered while working on other tasks (backport #15040)
2 parents 3a5484b + 1f80ed3 commit f32184e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/rabbit/src/rabbit_db.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ init() ->
7474
case Ret of
7575
ok ->
7676
?LOG_DEBUG(
77-
"DB: initialization successeful",
77+
"DB: initialization successful",
7878
#{domain => ?RMQLOG_DOMAIN_DB}),
7979

8080
init_finished(),

deps/rabbit/test/metadata_store_clustering_SUITE.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ join_khepri_while_in_minority(Config) ->
425425
%% minority. In other words, we stop two followers, then the
426426
%% leader.
427427
%%
428-
%% Using `lists:reverse/1', we keep the last running followe only
428+
%% Using `lists:reverse/1', we keep the last running follower only
429429
%% to see how clustering works if the first nodes in the cluster
430430
%% are down.
431431
Followers = ClusteredNodes -- [LeaderNode],

0 commit comments

Comments
 (0)