summaryrefslogtreecommitdiffstats
path: root/providers
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-12-22 14:37:12 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-29 10:12:05 +0100
commit164a541b9384cf4f2bee84c2b9b9feede6d65cca (patch)
treeecee6e0816acd80ba14ec29f986f85a4015bd5c2 /providers
parent3d68e2937ee5c50eacef5f4c34abdf7c0e4dc479 (diff)
Fix new typos found by codespell
Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23133)
Diffstat (limited to 'providers')
-rw-r--r--providers/implementations/keymgmt/dsa_kmgmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/keymgmt/dsa_kmgmt.c b/providers/implementations/keymgmt/dsa_kmgmt.c
index 3fdc78432b..88a2feda57 100644
--- a/providers/implementations/keymgmt/dsa_kmgmt.c
+++ b/providers/implementations/keymgmt/dsa_kmgmt.c
@@ -479,7 +479,7 @@ static int dsa_gen_set_params(void *genctx, const OSSL_PARAM params[])
}
/*
- * Ony assign context gen_type if it was set by dsa_gen_type_name2id
+ * Only assign context gen_type if it was set by dsa_gen_type_name2id
* must be in range:
* DSA_PARAMGEN_TYPE_FIPS_186_4 <= gen_type <= DSA_PARAMGEN_TYPE_FIPS_DEFAULT
*/