diff options
author | Björn Gustavsson <[email protected]> | 2017-02-15 10:24:24 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2017-02-15 10:24:24 +0100 |
commit | 0eb04da53fea8d56592f73dccacd1aa62fe672df (patch) | |
tree | 8d8d22d880bc3425053f8975fa3096cc1e40525a /lib/diameter/test | |
parent | 6214dbede3ae21c661408a54278787c7d9a62d9e (diff) | |
parent | 45f9ea530c40aa771bc3549894863b981c9f8e7b (diff) | |
download | otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.tar.gz otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.tar.bz2 otp-0eb04da53fea8d56592f73dccacd1aa62fe672df.zip |
Merge branch 'fix-source-typos'
* fix-source-typos: (25 commits)
Fixed typos in system/doc
Fixed typos in lib/xmerl
Fixed typos in lib/wx
Fixed typos in lib/stdlib
Fixed typos in lib/snmp
Fixed typos in lib/ssl
Fixed typos in lib/ssh
Fixed typos in PKCS-8.asn1 file
Fixed typos in lib/parsetools
Fixed typos in lib/orber
Fixed typos in lib/mnesia
Fixed typos in lib/megaco
Fixed typos in lib/kernel
Fixed typos in lib/jinterface
Fixed typos in lib/inets
Fixed typos in lib/hipe
Fixed typos in lib/eunit
Fixed typos in lib/erl_interface
Fixed typos in lib/eldap
Fixed typos in lib/edoc
...
Diffstat (limited to 'lib/diameter/test')
-rw-r--r-- | lib/diameter/test/diameter_pool_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/test/diameter_pool_SUITE.erl b/lib/diameter/test/diameter_pool_SUITE.erl index eadb354a1d..383fa0a031 100644 --- a/lib/diameter/test/diameter_pool_SUITE.erl +++ b/lib/diameter/test/diameter_pool_SUITE.erl @@ -115,7 +115,7 @@ connect(ClientProt, ServerProt) -> %% 'up' events. (Although it's likely.) sleep(), {9,5} = count("server", LRef, accept), %% 5 connections + 4 accepting - %% Ensure ther are still the expected number of accepting transports + %% Ensure there are still the expected number of accepting transports %% after stopping the client service. ok = diameter:stop_service("client"), sleep(), |