]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix double 'the's
authorTom Cosgrove <tom.cosgrove@arm.com>
Thu, 5 Dec 2024 09:08:42 +0000 (09:08 +0000)
committerTomas Mraz <tomas@openssl.org>
Tue, 14 Jan 2025 11:05:07 +0000 (12:05 +0100)
Reviewed-by: Hugo Landau <hlandau@devever.net>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26118)

doc/man3/ASN1_aux_cb.pod
doc/man3/OSSL_CMP_validate_msg.pod
test/bio_base64_test.c

index 1eb6b1d5b0da479d8b2a9f8cae065bc5018c6969..7723dd26988d737a54932263b6bc83aca145fb76 100644 (file)
@@ -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 the B<ASN1_VALLUE>. See below for further details.
+the B<ASN1_VALLUE>. 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 the B<ASN1_VALLUE>. This is used in preference to the I<asn1_cb> callback if
+the B<ASN1_VALLUE>. 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
index f04b6b4a872d256674b5126b9c193cb0320fc39b..ea39a14ed68674b00fbb9d92fcd7436bd8e76847 100644 (file)
@@ -46,7 +46,7 @@ any self-issued certificate from the I<msg> extraCerts field may be used
 as a trust anchor for the path verification of an 'acceptable' cert if it can be
 used also to validate the issued certificate returned in the IP message. This is
 according to TS 33.310 [Network Domain Security (NDS); Authentication Framework
-(AF)] document specified by the The 3rd Generation Partnership Project (3GPP).
+(AF)] document specified by The 3rd Generation Partnership Project (3GPP).
 Note that using this option is dangerous as the certificate obtained this way
 has not been authenticated (at least not at CMP level).
 Taking it over as a trust anchor implements trust-on-first-use (TOFU).
index 9851aa63654c250cf62e57de4a12dde5c6b7a00d..d4e160d6bfd2775903a1b7a94e28c49e7e128467 100644 (file)
@@ -457,7 +457,7 @@ int setup_tests(void)
      *
      * Followed by zero, one or two additional bytes that may involve padding,
      * or else (truncation) 1, 2 or 3 bytes with missing padding.
-     * Only the the first four variants make sense with padding or truncated
+     * Only the first four variants make sense with padding or truncated
      * groups.
      *
      * With two types of underlying BIO