summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_gen_conn.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/src/ct_gen_conn.erl')
-rw-r--r--lib/common_test/src/ct_gen_conn.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_gen_conn.erl b/lib/common_test/src/ct_gen_conn.erl
index 6e0cc76582..e501d60686 100644
--- a/lib/common_test/src/ct_gen_conn.erl
+++ b/lib/common_test/src/ct_gen_conn.erl
@@ -332,7 +332,7 @@ call(Pid, Msg, infinity = Tmo) ->
gen_call(Pid, Msg, Tmo);
%% Spawn a middleman process if the call can timeout to avoid the
-%% possibilty of a reply being left in the caller's mailbox after a
+%% possibility of a reply being left in the caller's mailbox after a
%% timeout.
call(Pid, Msg, Tmo) ->
{_, MRef} = spawn_monitor(fun() -> exit(gen_call(Pid, Msg, Tmo)) end),