summaryrefslogtreecommitdiff
path: root/lib/common_test/src/ct_framework.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r--lib/common_test/src/ct_framework.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl
index 41e9734731..765a90103c 100644
--- a/lib/common_test/src/ct_framework.erl
+++ b/lib/common_test/src/ct_framework.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2004-2020. All Rights Reserved.
+%% Copyright Ericsson AB 2004-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.
@@ -735,7 +735,7 @@ end_tc(Mod,Func00,TCPid,Result,Args,Return) ->
%% clean up any saved comments
ct_util:match_delete_testdata({comment,'_'});
true ->
- %% attemp to delete any saved comment for this TC
+ %% attempt to delete any saved comment for this TC
case process_info(TCPid, group_leader) of
{group_leader,TCGL} ->
ct_util:delete_testdata({comment,TCGL});
@@ -1412,7 +1412,7 @@ end_per_group(GroupName, _) ->
report(What,Data) ->
case What of
loginfo ->
- %% logfiles and direcories have been created for a test and the
+ %% logfiles and directories have been created for a test and the
%% top level test index page needs to be refreshed
TestName = filename:basename(?val(topdir, Data), ".logs"),
RunDir = ?val(rundir, Data),