summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-01-29 15:35:24 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-08 16:50:01 +0000
commita01746ba3d3d1f19386d9e58f10cc963f7817556 (patch)
treef46f13a8801cda7bcd0b7d743eab610cc26e97f8 /doc
parent9b35ce2ba0aaa005199b7d84edc7ddeac8478475 (diff)
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)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_get_value_uint.pod2
1 files changed, 1 insertions, 1 deletions
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