summaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-09-11 13:27:05 +0200
committerTomas Mraz <tomas@openssl.org>2023-09-13 08:13:08 +0200
commit23def9d37156cc3b2c00fb45ec3b8e271a5d4563 (patch)
tree2db21178140f11fa05ac49387bbf48a347c68524 /crypto/evp
parent46def829afa4d8bed8f53d484bdf842d65f0e176 (diff)
Fix typos found by codespell
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22063)
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/pmeth_gn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index c8981227d4..6a38fe511a 100644
--- a/crypto/evp/pmeth_gn.c
+++ b/crypto/evp/pmeth_gn.c
@@ -153,7 +153,7 @@ int EVP_PKEY_generate(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey)
goto legacy;
/*
- * Asssigning gentmp to ctx->keygen_info is something our legacy
+ * Assigning gentmp to ctx->keygen_info is something our legacy
* implementations do. Because the provider implementations aren't
* allowed to reach into our EVP_PKEY_CTX, we need to provide similar
* space for backward compatibility. It's ok that we attach a local