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

Commit 8498b6c

Browse files
committed
spelling: synchronization
1 parent 7b54897 commit 8498b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gen_server2.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ do_multi_call(Nodes, Name, Req, Timeout) ->
828828
spawn(
829829
fun () ->
830830
%% Middleman process. Should be unsensitive to regular
831-
%% exit signals. The sychronization is needed in case
831+
%% exit signals. The synchronization is needed in case
832832
%% the receiver would exit before the caller started
833833
%% the monitor.
834834
process_flag(trap_exit, true),

0 commit comments

Comments
 (0)