Fix grammar in documentation

CLA: trivial

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23266)
This commit is contained in:
Akshat Maheshwari 2024-01-11 22:51:59 +05:30 committed by Tomas Mraz
parent 7068e5e2dc
commit 441b3b7ba1

View File

@ -73,7 +73,7 @@ for a blocking B<BIO>.
See L<SSL_read(3)> for more information.
For non-QUIC SSL objects, B<SSL_ERROR_WANT_WRITE> is returned when the last
operation was a write to a nonblocking B<BIO> and it was unable to sent all data
operation was a write to a nonblocking B<BIO> and it was unable to send all data
to the B<BIO>. When the B<BIO> is writable again, the same function can be
called again.