From: Hugo Landau Date: Mon, 29 Jan 2024 15:35:24 +0000 (+0000) Subject: Minor fix X-Git-Tag: openssl-3.3.0-alpha1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01746ba3d3d1f19386d9e58f10cc963f7817556;p=thirdparty%2Fopenssl.git Minor fix Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23360) --- diff --git a/doc/man3/SSL_get_value_uint.pod b/doc/man3/SSL_get_value_uint.pod index 9b2a30aea43..69652bec9a6 100644 --- a/doc/man3/SSL_get_value_uint.pod +++ b/doc/man3/SSL_get_value_uint.pod @@ -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