aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-07 08:53:41 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit16e65cb95af8a438565b91b646ad55b5840aa086 (patch)
tree9baa66863848cb29c1706c637aeea99702168b62
parent32a728d4e4722dbd8b419f449544cc68b87ea6f9 (diff)
downloadopenssl-16e65cb95af8a438565b91b646ad55b5840aa086.tar.gz
Fix typo
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
-rw-r--r--doc/man3/SSL_poll.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_poll.pod b/doc/man3/SSL_poll.pod
index a5d56541f8..5c88890ae3 100644
--- a/doc/man3/SSL_poll.pod
+++ b/doc/man3/SSL_poll.pod
@@ -334,7 +334,7 @@ constitute a failure of the SSL_poll() mechanism itself are not considered
errors by SSL_poll() and are instead represented using their own event type; see
L</EVENT TYPES> for details.
-The caller can esablish the meaning of the SSL_poll() return and output values
+The caller can establish the meaning of the SSL_poll() return and output values
as follows:
=over 4