summaryrefslogtreecommitdiff
path: root/crypto/openssl/doc/man3/RAND_set_rand_method.pod
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/doc/man3/RAND_set_rand_method.pod')
-rw-r--r--crypto/openssl/doc/man3/RAND_set_rand_method.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/doc/man3/RAND_set_rand_method.pod b/crypto/openssl/doc/man3/RAND_set_rand_method.pod
index 83a6cac17a51d..b120e712e6f3d 100644
--- a/crypto/openssl/doc/man3/RAND_set_rand_method.pod
+++ b/crypto/openssl/doc/man3/RAND_set_rand_method.pod
@@ -48,7 +48,7 @@ Each pointer may be NULL if the function is not implemented.
=head1 RETURN VALUES
-RAND_set_rand_method() returns 1 on success and 0 on failue.
+RAND_set_rand_method() returns 1 on success and 0 on failure.
RAND_get_rand_method() and RAND_OpenSSL() return pointers to the respective
methods.