Minor fix

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23360)
This commit is contained in:
Hugo Landau 2024-01-29 15:35:24 +00:00
parent 9b35ce2ba0
commit a01746ba3d

View File

@ -113,7 +113,7 @@ previous negotiated value until that process is completed. See the documentation
of specific values for full details of its behaviour.
You can access values in this class using the convenience macro
SSL_get_feature_neogtiated_uint() for brevity.
SSL_get_feature_negotiated_uint() for brevity.
=back