From: Akshat Maheshwari Date: Thu, 11 Jan 2024 17:21:59 +0000 (+0530) Subject: Fix grammar in documentation X-Git-Tag: openssl-3.3.0-alpha1~308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=441b3b7ba15d5dc6e034b030bd8b88ce596f53ba;p=thirdparty%2Fopenssl.git Fix grammar in documentation CLA: trivial Reviewed-by: Paul Yang Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23266) --- diff --git a/doc/man3/SSL_get_error.pod b/doc/man3/SSL_get_error.pod index 27dd584687f..c3ab1741b16 100644 --- a/doc/man3/SSL_get_error.pod +++ b/doc/man3/SSL_get_error.pod @@ -73,7 +73,7 @@ for a blocking B. See L for more information. For non-QUIC SSL objects, B is returned when the last -operation was a write to a nonblocking B and it was unable to sent all data +operation was a write to a nonblocking B and it was unable to send all data to the B. When the B is writable again, the same function can be called again.