diff --git a/doc/man3/BN_rand.pod b/doc/man3/BN_rand.pod index a443cae357..aebad1e72e 100644 --- a/doc/man3/BN_rand.pod +++ b/doc/man3/BN_rand.pod @@ -53,7 +53,7 @@ the number will be set to 1, so that the product of two such random numbers will always have 2*I length. If I is B, the number will be odd; if it is B it can be odd or even. -If I is 1 then I cannot also be B. +If I is 1 then I cannot also be B. BN_rand() is the same as BN_rand_ex() except that the default library context is always used.