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/README | 2 +- doc/man3/BN_rand.pod | 2 +- doc/man3/SCT_new.pod | 2 +- doc/man3/SSL_SESSION_get0_peer.pod | 2 +- doc/man3/SSL_set_bio.pod | 2 +- doc/man3/X509_VERIFY_PARAM_set_flags.pod | 2 +- doc/man7/X25519.pod | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'doc') diff --git a/doc/README b/doc/README index e3469ec029..964d879810 100644 --- a/doc/README +++ b/doc/README @@ -2,7 +2,7 @@ README This file fingerprints.txt - PGP fingerprints of authoried release signers + PGP fingerprints of authorised release signers standards.txt Moved to the web, https://www.openssl.org/docs/standards.html 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. diff --git a/doc/man3/SCT_new.pod b/doc/man3/SCT_new.pod index 698ee271f6..086e389ff4 100644 --- a/doc/man3/SCT_new.pod +++ b/doc/man3/SCT_new.pod @@ -162,7 +162,7 @@ SCT_set_version() returns 1 if the specified version is supported, 0 otherwise. SCT_set_log_entry_type() returns 1 if the specified log entry type is supported, 0 otherwise. SCT_set0_log_id() and B return 1 if the specified LogID is a -valid SHA-256 hash, 0 otherwise. Aditionally, B returns 0 if +valid SHA-256 hash, 0 otherwise. Additionally, B returns 0 if malloc fails. B returns 1 if the specified NID is supported, 0 otherwise. diff --git a/doc/man3/SSL_SESSION_get0_peer.pod b/doc/man3/SSL_SESSION_get0_peer.pod index 570bb0713a..f6f2a1cd25 100644 --- a/doc/man3/SSL_SESSION_get0_peer.pod +++ b/doc/man3/SSL_SESSION_get0_peer.pod @@ -20,7 +20,7 @@ returned value (unless L has also been called). =head1 RETURN VALUES SSL_SESSION_get0_peer() returns a pointer to the peer certificate or NULL if -no peer certificat is available. +no peer certificate is available. =head1 SEE ALSO diff --git a/doc/man3/SSL_set_bio.pod b/doc/man3/SSL_set_bio.pod index bdee438c02..104f40678f 100644 --- a/doc/man3/SSL_set_bio.pod +++ b/doc/man3/SSL_set_bio.pod @@ -63,7 +63,7 @@ previously set value, then no additional references are consumed. =item * If the rbio and wbio parameters are different and the rbio is the same as the -previously set value then one reference is consumbed for the wbio and no +previously set value then one reference is consumed for the wbio and no references are consumed for the rbio. =item * diff --git a/doc/man3/X509_VERIFY_PARAM_set_flags.pod b/doc/man3/X509_VERIFY_PARAM_set_flags.pod index 8f95cfa8f9..d081d98b1e 100644 --- a/doc/man3/X509_VERIFY_PARAM_set_flags.pod +++ b/doc/man3/X509_VERIFY_PARAM_set_flags.pod @@ -269,7 +269,7 @@ is used to specify a verification time, the check is not suppressed. =head1 INHERITANCE FLAGS -These flags spevify how parameters are "inherited" from one structure to +These flags specify how parameters are "inherited" from one structure to another. If B is set then the current setting is zeroed diff --git a/doc/man7/X25519.pod b/doc/man7/X25519.pod index 614d37adad..61c9047bf6 100644 --- a/doc/man7/X25519.pod +++ b/doc/man7/X25519.pod @@ -36,7 +36,7 @@ output in PEM format: EVP_PKEY_CTX_free(pctx); PEM_write_PrivateKey(stdout, pkey, NULL, NULL, 0, NULL, NULL); -The key derviation example in L can be used with +The key derivation example in L can be used with B. =head1 SEE ALSO -- cgit v1.2.3