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/application_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/application_SUITE.erl')
-rw-r--r-- | lib/kernel/test/application_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel/test/application_SUITE.erl b/lib/kernel/test/application_SUITE.erl index 81407e9d96..b4cf31b210 100644 --- a/lib/kernel/test/application_SUITE.erl +++ b/lib/kernel/test/application_SUITE.erl @@ -1498,7 +1498,7 @@ otp_5363(Conf) when is_list(Conf) -> %% Ticket: OTP-5606 %% Slogan: Problems with starting a distributed application %%----------------------------------------------------------------- -%% Test of several processes simultanously starting the same +%% Test of several processes simultaneously starting the same %% distributed application. otp_5606(Conf) when is_list(Conf) -> |