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

Commit e8add2b

Browse files
committed
spelling: significant
1 parent d41cfe9 commit e8add2b

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
@@ -1085,7 +1085,7 @@ monitor_child(Pid) ->
10851085
%%
10861086
%% Shutdown all dynamic children. This happens when the supervisor is
10871087
%% stopped. Because the supervisor can have millions of dynamic children, we
1088-
%% can have an significative overhead here.
1088+
%% can have significant overhead here.
10891089
%%-----------------------------------------------------------------
10901090
terminate_dynamic_children(Child, Dynamics, SupName) ->
10911091
{Pids, EStack0} = monitor_dynamic_children(Child, Dynamics),

0 commit comments

Comments
 (0)