]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix grammar in documentation
authorAkshat Maheshwari <akshatmaheshwari1995@gmail.com>
Thu, 11 Jan 2024 17:21:59 +0000 (22:51 +0530)
committerTomas Mraz <tomas@openssl.org>
Mon, 15 Jan 2024 09:46:35 +0000 (10:46 +0100)
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)

doc/man3/SSL_get_error.pod

index 27dd584687f307fe18ebbd8e53a0aa09db3d59d7..c3ab1741b16f6c71521a5995211987b9bf01e016 100644 (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.