Skip to content

Commit 5ded16a

Browse files
committed
rabbit_mnesia: Fix typo: "crates" -> "creates"
Follow up to #9797. Submitted by: @lukebakken
1 parent e7273f6 commit 5ded16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_mnesia.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ init() ->
117117
%% Peer discovery may have been a no-op if it decided that all other nodes
118118
%% should join this one. Therefore, we need to look at if this node is
119119
%% still virgin and finish our init of Mnesia accordingly. In particular,
120-
%% this second part crates all our Mnesia tables.
120+
%% this second part creates all our Mnesia tables.
121121
case is_virgin_node() of
122122
true ->
123123
init_db_and_upgrade([node()], disc, true, _Retry = true);

0 commit comments

Comments
 (0)