Skip to content

Commit 00b48b8

Browse files
committed
Typo
1 parent 14765d8 commit 00b48b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_peer_discovery.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ inject_randomized_delay() ->
139139
true -> Min;
140140
false -> RandomVal
141141
end,
142-
rabbit_log:info("Will wait for ~p milliseconds before proceeding with regitration...", [Effective]),
142+
rabbit_log:info("Will wait for ~p milliseconds before proceeding with registration...", [Effective]),
143143
timer:sleep(Effective),
144144
ok
145145
end.

0 commit comments

Comments
 (0)