Fix new typos found by codespell
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Thu, 15 Jun 2023 07:16:22 +0000 (09:16 +0200)
committerPauli <pauli@openssl.org>
Fri, 16 Jun 2023 10:17:04 +0000 (20:17 +1000)
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 https://github.com/openssl/openssl/pull/21211)

doc/man3/OSSL_CMP_CTX_new.pod
doc/man7/EVP_PKEY-RSA.pod

index c0c41a226bfeb2c64102b2ecf82ef0d6fc520cb5..e81fb08b00d613ae516fd277b9ef34c2530bab92 100644 (file)
@@ -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
 
index f1141a364b8616f2b4c85f9ffd0c50a2a94034b3..161e9d4d71d16d13818d27be9dd2ed09aa539174 100644 (file)
@@ -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