aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
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
parent65c9f41425a1c5e09338de08ed41cd1704f8a920 (diff)
downloadotp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.gz
otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.tar.bz2
otp-2f696e43d2d3fbcc60d92311d1175dc869c34688.zip
Fix misspelling of compatibility
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/ct_hooks.xml2
-rw-r--r--lib/common_test/src/ct_framework.erl2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/ct_hooks.xml b/lib/common_test/doc/src/ct_hooks.xml
index 0ece3199bb..f9fc1858d0 100644
--- a/lib/common_test/doc/src/ct_hooks.xml
+++ b/lib/common_test/doc/src/ct_hooks.xml
@@ -302,7 +302,7 @@
<p>Note that it is not possible to add CTH's here right now,
that feature might be added later,
- but it would right now break backwards compatability.</p>
+ but it would right now break backwards compatibility.</p>
</desc>
</func>
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;