summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Cosgrove <tom.cosgrove@arm.com>2024-12-10 12:31:11 +0100
committerTomas Mraz <tomas@openssl.org>2025-01-14 12:05:18 +0100
commit4188ab2b198a5c9f302e15c5e08c3c095389b6e5 (patch)
treed8edc3455104cc30f73d1e5df9107754d6c250fc
parentFix double 'the's (diff)
downloadopenssl-4188ab2b198a5c9f302e15c5e08c3c095389b6e5.tar.xz
openssl-4188ab2b198a5c9f302e15c5e08c3c095389b6e5.zip
Fix obvious misspelling of ASN1_VALUE
Reviewed-by: Hugo Landau <hlandau@devever.net> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26118)
-rw-r--r--doc/man3/ASN1_aux_cb.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/ASN1_aux_cb.pod b/doc/man3/ASN1_aux_cb.pod
index 7723dd2698..9ded162744 100644
--- a/doc/man3/ASN1_aux_cb.pod
+++ b/doc/man3/ASN1_aux_cb.pod
@@ -87,7 +87,7 @@ found for the purposes of reference counting.
=item I<asn1_cb>
A callback that will be invoked at various points during the processing of
-the B<ASN1_VALLUE>. See below for further details.
+the B<ASN1_VALUE>. See below for further details.
=item I<enc_offset>
@@ -97,7 +97,7 @@ will be saved if the B<ASN1_AFLG_ENCODING> flag has been set.
=item I<asn1_const_cb>
A callback that will be invoked at various points during the processing of
-the B<ASN1_VALLUE>. This is used in preference to the I<asn1_cb> callback if
+the B<ASN1_VALUE>. This is used in preference to the I<asn1_cb> callback if
the B<ASN1_AFLG_CONST_CB> flag is set. See below for further details.
=back