Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit d41cfe9

Browse files
committed
spelling: requests
1 parent d5e8cab commit d41cfe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supervisor2.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ maybe_restart(Strategy, Child, State) ->
897897
case restart(Strategy, Child, State) of
898898
{try_again, Reason, NState2} ->
899899
%% Leaving control back to gen_server before
900-
%% trying again. This way other incoming requsts
900+
%% trying again. This way other incoming requests
901901
%% for the supervisor can be handled - e.g. a
902902
%% shutdown request for the supervisor or the
903903
%% child.

0 commit comments

Comments
 (0)