summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_write.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/SSL_write.pod')
-rw-r--r--doc/man3/SSL_write.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_write.pod b/doc/man3/SSL_write.pod
index b18c215cac..a1ceb20250 100644
--- a/doc/man3/SSL_write.pod
+++ b/doc/man3/SSL_write.pod
@@ -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