aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/crypto_SUITE.erl
diff options
context:
space:
mode:
authorOle Morten Halvorsen <[email protected]>2018-08-13 20:29:37 +0200
committerOle Morten Halvorsen <[email protected]>2018-08-13 20:29:37 +0200
commit7bea41464c5ceed11be8326d54aed3712091b784 (patch)
tree412ec23c1d803e7e70136f47b38af9d8c0dbfa0d /lib/crypto/test/crypto_SUITE.erl
parent4fc61aa178faa80290356a63d8e38d93697b9669 (diff)
downloadotp-7bea41464c5ceed11be8326d54aed3712091b784.tar.gz
otp-7bea41464c5ceed11be8326d54aed3712091b784.tar.bz2
otp-7bea41464c5ceed11be8326d54aed3712091b784.zip
Doc typo fixes, Thoose -> Those.
Diffstat (limited to 'lib/crypto/test/crypto_SUITE.erl')
-rw-r--r--lib/crypto/test/crypto_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl
index aa2278dbdd..fed4311553 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -815,7 +815,7 @@ do_sign_verify({Type, Hash, Public, Private, Msg, Options}) ->
error:notsup when NotSupLow == true,
is_integer(LibVer),
LibVer < 16#10001000 ->
- %% Thoose opts where introduced in 1.0.1
+ %% Those opts where introduced in 1.0.1
ct:log("notsup but OK in old cryptolib crypto:sign(~p, ~p, ..., ..., ..., ~p)",
[Type,Hash,Options]),
true;