From a01746ba3d3d1f19386d9e58f10cc963f7817556 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 29 Jan 2024 15:35:24 +0000 Subject: [PATCH] Minor fix Reviewed-by: Neil Horman Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23360) --- doc/man3/SSL_get_value_uint.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man3/SSL_get_value_uint.pod b/doc/man3/SSL_get_value_uint.pod index 9b2a30aea4..69652bec9a 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 -- 2.39.5