aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-13 23:00:33 +0000
committerUlf Möller <ulf@openssl.org>2000-12-13 23:00:33 +0000
commit4ce7894c4ab87d7c635e45bf5ff8d1d729b79527 (patch)
tree07a8732b834e0d186abd97170c62eacbf3749793 /doc/ssl
parent36f554d43c51796aa0395e6cf087bb3c4ebb730c (diff)
downloadopenssl-4ce7894c4ab87d7c635e45bf5ff8d1d729b79527.tar.gz
c&p error spotted by Martin Forssen
Diffstat (limited to 'doc/ssl')
-rw-r--r--doc/ssl/SSL_write.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ssl/SSL_write.pod b/doc/ssl/SSL_write.pod
index 01e3d2c596..8110161522 100644
--- a/doc/ssl/SSL_write.pod
+++ b/doc/ssl/SSL_write.pod
@@ -2,7 +2,7 @@
=head1 NAME
-SSL_read - write bytes to a TLS/SSL connection.
+SSL_write - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS
@@ -62,7 +62,7 @@ value B<ret> to find out, whether an error occurred.
=item E<lt>0
-The read operation was not successful, because either an error occurred
+The write operation was not successful, because either an error occurred
or action must be taken by the calling process. Call SSL_get_error() with the
return value B<ret> to find out the reason.