diff options
author | Ingela Anderton Andin <[email protected]> | 2010-10-20 13:48:14 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2010-10-20 13:48:14 +0200 |
commit | 71af7222d6a3485787e8cab1a4f3379a50e54f0b (patch) | |
tree | 4bed2ae55bc2405e26374ab602d9ea4a8ed8adfd | |
parent | eb75757a3c8f467a7f17c5be9b63c047cb4e98b5 (diff) | |
download | otp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.tar.gz otp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.tar.bz2 otp-71af7222d6a3485787e8cab1a4f3379a50e54f0b.zip |
Fixed typo in dialyzer spec.
-rw-r--r-- | lib/public_key/src/pubkey_cert.erl | 2 |
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 |