diff options
author | Andrew Dryga <[email protected]> | 2017-02-14 11:30:41 +0200 |
---|---|---|
committer | Andrew Dryga <[email protected]> | 2017-02-14 11:31:29 +0200 |
commit | 7c06ca6231b812965305522284dd9f2653ced98d (patch) | |
tree | 938476941b4275cdeef2e7824d9596ccdd47bee4 /erts/emulator/test/z_SUITE.erl | |
parent | f3624a5a6357f2ebbdaad8785ea0f259bedd64bc (diff) | |
download | otp-7c06ca6231b812965305522284dd9f2653ced98d.tar.gz otp-7c06ca6231b812965305522284dd9f2653ced98d.tar.bz2 otp-7c06ca6231b812965305522284dd9f2653ced98d.zip |
Fixed typos in erts
Diffstat (limited to 'erts/emulator/test/z_SUITE.erl')
-rw-r--r-- | erts/emulator/test/z_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/z_SUITE.erl b/erts/emulator/test/z_SUITE.erl index d663cc548c..a90701c5d2 100644 --- a/erts/emulator/test/z_SUITE.erl +++ b/erts/emulator/test/z_SUITE.erl @@ -226,7 +226,7 @@ pollset_size(Config) when is_list(Config) -> "Pollset size information not available"} end; false -> - %% Somtimes we have fewer descriptors in the + %% Sometimes we have fewer descriptors in the %% pollset at the end than when we started, but %% that is ok as long as there are at least 2 %% descriptors (dist listen socket and |