Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2023-06-02 10:36:47 +02:00
parent efdcbd13cb
commit ee9a663b01
5 changed files with 5 additions and 5 deletions
@@ -357,7 +357,7 @@ METHOD(enumerator_t, signature_enumerate, bool,
if (openssl_asn1_known_oid(sig->algorithm) == OID_RSA_ENCRYPTION)
{
/* derive the signature scheme from the digest algorithm
* for the classic PKCS#7 RSA mechansim */
* for the classic PKCS#7 RSA mechanism */
sig_alg.scheme = signature_scheme_from_oid(hash_oid);
}
else