summaryrefslogtreecommitdiffstats
path: root/doc/man7
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2018-06-21 13:39:23 +1000
committerPauli <paul.dale@oracle.com>2018-06-21 14:54:27 +1000
commit6e501c47191102b23912e2744929d4c630523ff7 (patch)
tree83b54a633c6ab592b971ac5aa36ab86fe9b7d535 /doc/man7
parent445bc8086172e889023b377dc05191ebddfff46e (diff)
Fix spelling errors in documentation.
Also fix some clumsy wording. [skip_ci] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6545)
Diffstat (limited to 'doc/man7')
-rw-r--r--doc/man7/RAND_DRBG.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/RAND_DRBG.pod b/doc/man7/RAND_DRBG.pod
index 9f7f12470c..b89c30d43e 100644
--- a/doc/man7/RAND_DRBG.pod
+++ b/doc/man7/RAND_DRBG.pod
@@ -222,7 +222,7 @@ This is in fact done automatically by L<RAND_DRBG_bytes(3)>.
In most cases OpenSSL will automatically choose a suitable seed source
for automatically seeding and reseeding its <master> DRBG. In some cases
-however, it will be necessary to explicitely specify a seed source during
+however, it will be necessary to explicitly specify a seed source during
configuration, using the --with-rand-seed option. For more information,
see the INSTALL instructions. There are also operating systems where no
seed source is available and automatic reseeding is disabled by default.