From 69687aa829bc8bdcaf5468eb3dd0ada13700b7aa Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 28 Mar 2017 23:57:28 +0200 Subject: More typo fixes Fix some comments too [skip ci] Reviewed-by: Tim Hudson Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3069) --- doc/man3/BN_rand.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/BN_rand.pod') diff --git a/doc/man3/BN_rand.pod b/doc/man3/BN_rand.pod index 7ae8e625f9..08d14de7ee 100644 --- a/doc/man3/BN_rand.pod +++ b/doc/man3/BN_rand.pod @@ -21,7 +21,7 @@ BN_rand, BN_pseudo_rand, BN_rand_range, BN_pseudo_rand_range - generate pseudo-r BN_rand() generates a cryptographically strong pseudo-random number of B in length and stores it in B. If B is less than zero, or too small to -accomodate the requirements specified by the B and B +accommodate the requirements specified by the B and B parameters, an error is returned. The B parameters specifies requirements on the most significant bit of the generated number. -- cgit v1.2.3