In documentation, consistently refer to OpenSSL 3.0
[openssl.git] / doc / man3 / SSL_write.pod
index b18c215cac6abac5cfba9b60ac9bb805861645a1..04cc46b27a5c3b7ec5f0bb8e1262de867d87f0f5 100644 (file)
@@ -125,7 +125,7 @@ of bytes of the file written to the TLS/SSL connection.
 =item E<lt> 0
 
 The write operation was not successful, because either the connection was
-closed, an error occured or action must be taken by the calling process.
+closed, an error occurred or action must be taken by the calling process.
 Call SSL_get_error() with the return value to find out the reason.
 
 =back
@@ -141,7 +141,7 @@ L<ssl(7)>, L<bio(7)>
 =head1 HISTORY
 
 The SSL_write_ex() function was added in OpenSSL 1.1.1.
-The SSL_sendfile() function was added in OpenSSL 3.0.0.
+The SSL_sendfile() function was added in OpenSSL 3.0.
 
 =head1 COPYRIGHT