aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorPierre Fenoll <[email protected]>2018-03-16 09:23:57 +0100
committerPierre Fenoll <[email protected]>2018-03-16 09:23:57 +0100
commit33d689571257102a64eb242805fd49efda32d8d5 (patch)
treedc81b095ac395e5917996a10cd5c8b4b2b8b45b5 /lib/common_test
parent845dd68493a91decc32d50cc785e6afaf9dfb6c3 (diff)
downloadotp-33d689571257102a64eb242805fd49efda32d8d5.tar.gz
otp-33d689571257102a64eb242805fd49efda32d8d5.tar.bz2
otp-33d689571257102a64eb242805fd49efda32d8d5.zip
more-typos: s%follwing%following%g
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
%% ----- -------