summaryrefslogtreecommitdiff
path: root/erts/emulator/test/distribution_SUITE.erl
diff options
context:
space:
mode:
authorKian-Meng, Ang <kianmeng@cpan.org>2021-12-02 06:26:13 +0800
committerKian-Meng, Ang <kianmeng@cpan.org>2021-12-02 06:26:13 +0800
commita60508673eca524920ae6f2612da4fdd8e002ff0 (patch)
treeaf27236e7ed47b17fe6c0596b222ea8bb073dc85 /erts/emulator/test/distribution_SUITE.erl
parente2e81d99a9a643a0f80391d81bb2614813972ded (diff)
downloaderlang-a60508673eca524920ae6f2612da4fdd8e002ff0.tar.gz
Fix typos in erts/emulator/test
Diffstat (limited to 'erts/emulator/test/distribution_SUITE.erl')
-rw-r--r--erts/emulator/test/distribution_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/test/distribution_SUITE.erl b/erts/emulator/test/distribution_SUITE.erl
index 4983829a2b..6af1ee9af5 100644
--- a/erts/emulator/test/distribution_SUITE.erl
+++ b/erts/emulator/test/distribution_SUITE.erl
@@ -2326,7 +2326,7 @@ send_bad_ctl(BadNode, ToNode) when is_atom(BadNode), is_atom(ToNode) ->
spawn_link(BadNode,
fun () ->
pong = net_adm:ping(ToNode),
- %% We creat a valid ctl msg and replace an
+ %% We create a valid ctl msg and replace an
%% atom with an invalid atom cache reference
<<131,Replace/binary>> = term_to_binary(replace),
Ctl = dmsg_ext({?DOP_REG_SEND,
@@ -2383,7 +2383,7 @@ set_internal_state(Op, Val) ->
dmsg_hdr() ->
[131, % Version Magic
$D, % Dist header
- 0]. % No atom cache referenses
+ 0]. % No atom cache references
dmsg_bad_hdr() ->
[131, % Version Magic