Skip to content

Commit

Permalink
Fix new typos found by codespell
Browse files Browse the repository at this point in the history
Fix only typos in doc/man* for inclusion in 3.* branches.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21211)

(cherry picked from commit 11c2813)
  • Loading branch information
DimitriPapadopoulos authored and paulidale committed Jun 16, 2023
1 parent 3c4a359 commit 05f535c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/man3/OSSL_CMP_CTX_new.pod
Expand Up @@ -627,7 +627,7 @@ OSSL_CMP_CTX_set_certConf_cb_arg(), or NULL if unset.

OSSL_CMP_CTX_get_status() returns for client contexts the PKIstatus from
the last received CertRepMessage or Revocation Response or error message:
=item B<OSSL_CMP_PKISTATUS_accepted> on sucessful receipt of a GENP message:
=item B<OSSL_CMP_PKISTATUS_accepted> on successful receipt of a GENP message:

=over 4

Expand Down
2 changes: 1 addition & 1 deletion doc/man7/EVP_PKEY-RSA.pod
Expand Up @@ -189,7 +189,7 @@ both return 1 unconditionally.

For RSA keys, L<EVP_PKEY_public_check(3)> conforms to the SP800-56Br1 I<public key
check> when the OpenSSL FIPS provider is used. The OpenSSL default provider
performs similiar tests but relaxes the keysize restrictions for backwards
performs similar tests but relaxes the keysize restrictions for backwards
compatibility.

For RSA keys, L<EVP_PKEY_public_check_quick(3)> is the same as
Expand Down

0 comments on commit 05f535c

Please sign in to comment.