From 72953ab297daac95b3285a0f5fd7cd6e1acd6f39 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky Date: Thu, 3 Oct 2024 15:52:15 +0300 Subject: [PATCH] Fix some typos. --- src/lib/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types.h b/src/lib/types.h index dc38aab0af..d7821408ac 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -439,7 +439,7 @@ class SecurityContext; } typedef struct rnp_keygen_crypto_params_t { - // Asymmteric algorithm that user requesed key for + // Asymmetric algorithm that user requested key for pgp_pubkey_alg_t key_alg; // Hash to be used for key signature pgp_hash_alg_t hash_alg;