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_wb_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_wb_SUITE.erl')
-rw-r--r-- | lib/kernel/test/erl_distribution_wb_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/erl_distribution_wb_SUITE.erl b/lib/kernel/test/erl_distribution_wb_SUITE.erl index 6a23ad0d11..61aa3b32ee 100644 --- a/lib/kernel/test/erl_distribution_wb_SUITE.erl +++ b/lib/kernel/test/erl_distribution_wb_SUITE.erl @@ -30,7 +30,7 @@ %% 1) %% -%% Connections are now always set up symetrically with respect to +%% Connections are now always set up symmetrically with respect to %% publication. If connecting node doesn't send DFLAG_PUBLISHED %% the other node wont send DFLAG_PUBLISHED. If the connecting %% node send DFLAG_PUBLISHED but the other node doesn't send |