aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_framework.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2011-08-31 15:41:10 +0200
committerTuncer Ayaz <[email protected]>2011-09-15 00:12:10 +0200
commit2f696e43d2d3fbcc60d92311d1175dc869c34688 (patch)
tree771f86050755ba78c056ff5616975681e26ef759 /lib/common_test/src/ct_framework.erl
parent65c9f41425a1c5e09338de08ed41cd1704f8a920 (diff)
downloadotp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.gz
otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.bz2
otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.zip
Fix misspelling of compatibility
Diffstat (limited to 'lib/common_test/src/ct_framework.erl')
-rw-r--r--lib/common_test/src/ct_framework.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_framework.erl b/lib/common_test/src/ct_framework.erl
index 9e597edf38..2ebc6c311a 100644
--- a/lib/common_test/src/ct_framework.erl
+++ b/lib/common_test/src/ct_framework.erl
@@ -437,7 +437,7 @@ try_set_default(Name,Key,Info,Where) ->
%%% @doc Test server framework callback, called by the test_server
%%% when a test case is finished.
end_tc(Mod, Fun, Args) ->
- %% Have to keep end_tc/3 for backwards compatabilty issues
+ %% Have to keep end_tc/3 for backwards compatibility issues
end_tc(Mod, Fun, Args, '$end_tc_dummy').
end_tc(?MODULE,error_in_suite,_, _) -> % bad start!
ok;