diff options
author | Pierre Fenoll <[email protected]> | 2018-03-16 09:23:57 +0100 |
---|---|---|
committer | Pierre Fenoll <[email protected]> | 2018-03-16 09:23:57 +0100 |
commit | 33d689571257102a64eb242805fd49efda32d8d5 (patch) | |
tree | dc81b095ac395e5917996a10cd5c8b4b2b8b45b5 /lib/common_test/src | |
parent | 845dd68493a91decc32d50cc785e6afaf9dfb6c3 (diff) | |
download | otp-33d689571257102a64eb242805fd49efda32d8d5.tar.gz otp-33d689571257102a64eb242805fd49efda32d8d5.tar.bz2 otp-33d689571257102a64eb242805fd49efda32d8d5.zip |
more-typos: s%follwing%following%g
Diffstat (limited to 'lib/common_test/src')
-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 %% ----- ------- |