aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public_key/src/pubkey_cert.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2010-10-20 13:48:14 +0200
committerIngela Anderton Andin <[email protected]>2010-10-20 13:48:14 +0200
commit71af7222d6a3485787e8cab1a4f3379a50e54f0b (patch)
tree4bed2ae55bc2405e26374ab602d9ea4a8ed8adfd /lib/public_key/src/pubkey_cert.erl
parenteb75757a3c8f467a7f17c5be9b63c047cb4e98b5 (diff)
downloadotp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.tar.gz
otp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.tar.bz2
otp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.zip
Fixed typo in dialyzer spec.
Diffstat (limited to 'lib/public_key/src/pubkey_cert.erl')
-rw-r--r--lib/public_key/src/pubkey_cert.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public_key/src/pubkey_cert.erl b/lib/public_key/src/pubkey_cert.erl
index c467e24741..c8953c6818 100644
--- a/lib/public_key/src/pubkey_cert.erl
+++ b/lib/public_key/src/pubkey_cert.erl
@@ -295,7 +295,7 @@ is_fixed_dh_cert(#'OTPCertificate'{tbsCertificate =
%%--------------------------------------------------------------------
--spec verify_fun(#'OTPTBSCertificate'{}, {bad_cert, atom()} | {extension, #'Extension'{}}|
+-spec verify_fun(#'OTPCertificate'{}, {bad_cert, atom()} | {extension, #'Extension'{}}|
valid | valid_peer, term(), fun()) -> term().
%%
%% Description: Gives the user application the opportunity handle path