From 441b3b7ba15d5dc6e034b030bd8b88ce596f53ba Mon Sep 17 00:00:00 2001 From: Akshat Maheshwari Date: Thu, 11 Jan 2024 22:51:59 +0530 Subject: [PATCH] Fix grammar in documentation CLA: trivial Reviewed-by: Paul Yang Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/23266) --- doc/man3/SSL_get_error.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2