mirror of https://github.com/openssl/openssl.git
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)
This commit is contained in:
parent
32a728d4e4
commit
16e65cb95a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue