From e8c7febc8f1b0ef9e5b62b0944748d2830b1a0b4 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 11 Jul 2024 15:49:21 +0100 Subject: [PATCH] Fix a minor typo in the documentation of RAND_set_seed_source_type() Reviewed-by: Kurt Roeckx Reviewed-by: Tom Cosgrove Reviewed-by: Neil Horman Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/24858) --- doc/man3/RAND_set_DRBG_type.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/RAND_set_DRBG_type.pod b/doc/man3/RAND_set_DRBG_type.pod index f78c15ff45..f9bdbf780b 100644 --- a/doc/man3/RAND_set_DRBG_type.pod +++ b/doc/man3/RAND_set_DRBG_type.pod @@ -27,7 +27,7 @@ private random instances. RAND_set_seed_source_type() specifies the seed source that will be used within the library context I. The seed source of name I with properties I will be fetched and used to seed the primary -random big generator. +random bit generator. =head1 RETURN VALUES