Fixed a bunch of typos in the docs Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
diff --git a/doc/crypto/ASN1_INTEGER_get_int64.pod b/doc/crypto/ASN1_INTEGER_get_int64.pod index 3259530..fb10766 100644 --- a/doc/crypto/ASN1_INTEGER_get_int64.pod +++ b/doc/crypto/ASN1_INTEGER_get_int64.pod
@@ -106,7 +106,7 @@ only fail due to a memory allocation error. ASN1_INTEGER_to_BN() and ASN1_ENUMERATED_to_BN() return a B<BIGNUM> structure -of NULL if an error occurs. They can fail if the pased type is incorrect +of NULL if an error occurs. They can fail if the passed type is incorrect (due to programming error) or due to a memory allocation failure. =head1 SEE ALSO
diff --git a/doc/crypto/ASN1_OBJECT_new.pod b/doc/crypto/ASN1_OBJECT_new.pod index 486ccc9..cc9cf43 100644 --- a/doc/crypto/ASN1_OBJECT_new.pod +++ b/doc/crypto/ASN1_OBJECT_new.pod
@@ -16,7 +16,7 @@ The ASN1_OBJECT allocation routines, allocate and free an ASN1_OBJECT structure, which represents an ASN1 OBJECT IDENTIFIER. -ASN1_OBJECT_new() allocates and initializes a ASN1_OBJECT structure. +ASN1_OBJECT_new() allocates and initializes an ASN1_OBJECT structure. ASN1_OBJECT_free() frees up the B<ASN1_OBJECT> structure B<a>. If B<a> is NULL, nothing is done.
diff --git a/doc/crypto/ASYNC_start_job.pod b/doc/crypto/ASYNC_start_job.pod index c64af3d..0e6507b 100644 --- a/doc/crypto/ASYNC_start_job.pod +++ b/doc/crypto/ASYNC_start_job.pod
@@ -135,7 +135,7 @@ invokes ASYNC_pause_job(). This returns control back to the code that created the ASYNC_JOB. If that code then attempts to acquire the same lock before resuming the original job then a deadlock can occur. By calling -ASYNC_block_pause() immediately after aquiring the lock and +ASYNC_block_pause() immediately after acquiring the lock and ASYNC_unblock_pause() immediately before releasing it then this situation cannot occur.
diff --git a/doc/crypto/BIO_ADDRINFO.pod b/doc/crypto/BIO_ADDRINFO.pod index 85652ad..42a26e1 100644 --- a/doc/crypto/BIO_ADDRINFO.pod +++ b/doc/crypto/BIO_ADDRINFO.pod
@@ -71,7 +71,7 @@ =head1 RETURN VALUES -BIO_lookup() returns 1 on success and 0 when an error occured, and +BIO_lookup() returns 1 on success and 0 when an error occurred, and will leave an error indicaton on the OpenSSL error stack in that case. All other functions described here return 0 or B<NULL> when the