diff options
author | Justus Winter <[email protected]> | 2017-06-06 12:48:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-06-06 14:08:45 +0000 |
commit | 216f0804c1452c777c0252c36f56e279d18632a2 (patch) | |
tree | 462fe1e629d9647102240b1441b93cd52b0f6753 /common/compliance.c | |
parent | gpg: Report compliance with CO_DE_VS. (diff) | |
download | gnupg-216f0804c1452c777c0252c36f56e279d18632a2.tar.gz gnupg-216f0804c1452c777c0252c36f56e279d18632a2.zip |
common,g10: Fix typos.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'common/compliance.c')
-rw-r--r-- | common/compliance.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/compliance.c b/common/compliance.c index 80134d6b6..14ba0970d 100644 --- a/common/compliance.c +++ b/common/compliance.c @@ -36,7 +36,7 @@ #include "compliance.h" /* Return true if ALGO with a key of KEYLENGTH is compliant to the - * give COMPLIANCE mode. If KEY is not NULL, various bits of + * given COMPLIANCE mode. If KEY is not NULL, various bits of * information will be extracted from it. If CURVENAME is not NULL, it * is assumed to be the already computed. ALGO may be either an * OpenPGP-style pubkey_algo_t, or a gcrypt-style enum gcry_pk_algos, @@ -139,7 +139,7 @@ gnupg_pk_is_compliant (enum gnupg_compliance_mode compliance, int algo, } -/* Return true if CIPHER is compliant to the give COMPLIANCE mode. */ +/* Return true if CIPHER is compliant to the given COMPLIANCE mode. */ int gnupg_cipher_is_compliant (enum gnupg_compliance_mode compliance, cipher_algo_t cipher) { @@ -166,7 +166,7 @@ gnupg_cipher_is_compliant (enum gnupg_compliance_mode compliance, cipher_algo_t } -/* Return true if DIGEST is compliant to the give COMPLIANCE mode. */ +/* Return true if DIGEST is compliant to the given COMPLIANCE mode. */ int gnupg_digest_is_compliant (enum gnupg_compliance_mode compliance, digest_algo_t digest) { |