]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/BN_generate_prime.pod
Fix typos in documentation
[thirdparty/openssl.git] / doc / man3 / BN_generate_prime.pod
index 08158c193981dadd94b897c9a3fff12b035ef796..ed17d3d3fe507f37287d7635b4983d14e98f151e 100644 (file)
@@ -143,7 +143,7 @@ A callback is invoked through a call to B<BN_GENCB_call>. This will check
 the type of the callback and will invoke B<callback(a, b, gencb)> for new
 style callbacks or B<callback(a, b, cb_arg)> for old style.
 
-It is possible to obtained the argument associated with a BN_GENCB structure
+It is possible to obtain the argument associated with a BN_GENCB structure
 (set via a call to BN_GENCB_set or BN_GENCB_set_old) using BN_GENCB_get_arg.
 
 BN_generate_prime() (deprecated) works in the same way as