aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2018-03-20 10:21:59 +0100
committerGitHub <[email protected]>2018-03-20 10:21:59 +0100
commitafef67efa388512ff5c3023bb9f3401bb7e7885b (patch)
tree31fd00cef1e89cdb57ec40e8f556b0d74c7f5516 /lib/common_test
parent4022b9bf64bda0c9dcff5b0ea7423fd64d491506 (diff)
parent833819e3dbede01cc44ac7a2f4ba1649f014f09e (diff)
downloadotp-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.erl2
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
%% ----- -------