summaryrefslogtreecommitdiff
path: root/lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl b/lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl
index eb5df8c45d..fa7b4507f0 100644
--- a/lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl
+++ b/lib/common_test/test/ct_error_SUITE_data/error/test/timetrap_8_SUITE.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2012-2016. All Rights Reserved.
+%% Copyright Ericsson AB 2012-2021. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -130,8 +130,8 @@ groups() ->
{pg9,[parallel],[tc5,tc0]}, % exit during testcase
{pg10,[parallel],[tc0,tc5]},% exit during testcase
{pg11,[parallel],[tc3,tc2]},% suite is valid if nothing else is specified
- {sg1,[sequence],[tc5,tc0,tc1,tc2]}, % exit during sequencial testcase
- {sg2,[sequence],[tc5,tc0,tc1,tc2]}].% timeout during sequencial testcase
+ {sg1,[sequence],[tc5,tc0,tc1,tc2]}, % exit during sequential testcase
+ {sg2,[sequence],[tc5,tc0,tc1,tc2]}].% timeout during sequential testcase
group(g0) ->
[{timetrap,{timetrap_utils,timetrap_val,[{seconds,1}]}}];