diff options
author | Andrew Dryga <[email protected]> | 2017-02-12 19:45:39 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:32:53 +0200 |
commit | 517db4752997cf19e18c65302d21eed1f1eb6e1b (patch) | |
tree | 76474ef64538282a614162b1bcf0c59a599310b0 /lib/kernel/test/erl_distribution_SUITE.erl | |
parent | a6f988f2c3e1e29ee046fd257f30cfc13170ad52 (diff) | |
download | otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.tar.gz otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.tar.bz2 otp-517db4752997cf19e18c65302d21eed1f1eb6e1b.zip |
Fixed typos in lib/kernel
Diffstat (limited to 'lib/kernel/test/erl_distribution_SUITE.erl')
-rw-r--r-- | lib/kernel/test/erl_distribution_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/test/erl_distribution_SUITE.erl b/lib/kernel/test/erl_distribution_SUITE.erl index f630896e03..09c80a0956 100644 --- a/lib/kernel/test/erl_distribution_SUITE.erl +++ b/lib/kernel/test/erl_distribution_SUITE.erl @@ -233,7 +233,7 @@ time_ping(Node) -> erlang:convert_time_unit(T1 - T0, native, millisecond). %% Keep the connection with the client node up. -%% This is neccessary as the client node runs with much shorter +%% This is necessary as the client node runs with much shorter %% tick time !! keep_conn(Node) -> sleep(1), @@ -1059,7 +1059,7 @@ monitor_nodes_otp_6481_test(Config, TestType) when is_list(Config) -> RemotePid = spawn(Node, fun () -> receive after 1500 -> ok end, - %% infinit loop of msgs + %% infinite loop of msgs %% we want an endless stream of messages and the kill %% the node mercilessly. %% We then want to ensure that the nodedown message arrives |