Fix typos in documentation
authorJakub Wilk <jwilk@jwilk.net>
Tue, 21 Aug 2018 16:30:34 +0000 (18:30 +0200)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Wed, 22 Aug 2018 05:06:44 +0000 (07:06 +0200)
CLA: trivial

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7021)

doc/man3/BIO_s_file.pod
doc/man3/BN_generate_prime.pod
doc/man3/RSA_generate_key.pod

index 14ce952065e5745af745d733d76433c1ecf4c977..3829112e43c2cea017d60b45e6c9d090071cc011 100644 (file)
@@ -54,7 +54,7 @@ BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying
 stream to text mode, default is binary: this only has any effect under
 Win32).
 
-BIO_set_fp() set the fp of a file BIO to B<fp>. B<flags> has the same
+BIO_set_fp() sets the fp of a file BIO to B<fp>. B<flags> has the same
 meaning as in BIO_new_fp(), it is a macro.
 
 BIO_get_fp() retrieves the fp of a file BIO, it is a macro.
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
index fb3d86ca973382bd9c5adae44a97271d67121fe4..a4c078a4b0bacce5240b8bb99cec048bd5196af9 100644 (file)
@@ -93,7 +93,7 @@ L<ERR_get_error(3)>, L<RAND_bytes(3)>, L<BN_generate_prime(3)>
 =head1 HISTORY
 
 RSA_generate_key() was deprecated in OpenSSL 0.9.8; use
-RSA_generate_key_ex() intsead.
+RSA_generate_key_ex() instead.
 
 =head1 COPYRIGHT