diff options
author | Hans Bolinder <[email protected]> | 2018-03-20 10:21:59 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-03-20 10:21:59 +0100 |
commit | afef67efa388512ff5c3023bb9f3401bb7e7885b (patch) | |
tree | 31fd00cef1e89cdb57ec40e8f556b0d74c7f5516 /lib/common_test | |
parent | 4022b9bf64bda0c9dcff5b0ea7423fd64d491506 (diff) | |
parent | 833819e3dbede01cc44ac7a2f4ba1649f014f09e (diff) | |
download | otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.tar.gz otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.tar.bz2 otp-afef67efa388512ff5c3023bb9f3401bb7e7885b.zip |
Merge pull request #1748 from fenollp/more-typos
More typos
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/src/test_server_ctrl.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/test_server_ctrl.erl b/lib/common_test/src/test_server_ctrl.erl index 4bbf290081..1ae6c8c7c7 100644 --- a/lib/common_test/src/test_server_ctrl.erl +++ b/lib/common_test/src/test_server_ctrl.erl @@ -2301,7 +2301,7 @@ run_test_cases(TestSpec, Config, TimetrapData) -> %% test_server_io:print_buffered/1 to print the data. To help with this, %% two variables in the process dictionary are used: %% 'test_server_common_io_handler' and 'test_server_queued_io'. The values -%% are set to as follwing: +%% are set to as following: %% %% Value Meaning %% ----- ------- |