summaryrefslogtreecommitdiffstats
path: root/doc/crypto/rand.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/rand.pod')
-rw-r--r--doc/crypto/rand.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/rand.pod b/doc/crypto/rand.pod
index 1c068c85b3..922b8c1c8e 100644
--- a/doc/crypto/rand.pod
+++ b/doc/crypto/rand.pod
@@ -39,7 +39,7 @@ Since the introduction of the ENGINE API, the recommended way of controlling
default implementations is by using the ENGINE API functions. The default
B<RAND_METHOD>, as set by RAND_set_rand_method() and returned by
RAND_get_rand_method(), is only used if no ENGINE has been set as the default
-"rand" implementation. Hence, these two functions are no longer the recommened
+"rand" implementation. Hence, these two functions are no longer the recommend
way to control defaults.
If an alternative B<RAND_METHOD> implementation is being used (either set