mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
all: fix spelling and typos
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
ef540d1af0
commit
54eb375ff1
77 changed files with 120 additions and 120 deletions
|
@ -549,7 +549,7 @@ openpgp_cipher_blocklen (cipher_algo_t algo)
|
|||
|
||||
/****************
|
||||
* Wrapper around the libgcrypt function with additional checks on
|
||||
* the OpenPGP contraints for the algo ID.
|
||||
* the OpenPGP constraints for the algo ID.
|
||||
*/
|
||||
int
|
||||
openpgp_cipher_test_algo (cipher_algo_t algo)
|
||||
|
@ -712,7 +712,7 @@ openpgp_pk_test_algo2 (pubkey_algo_t algo, unsigned int use)
|
|||
#endif
|
||||
|
||||
case PUBKEY_ALGO_ELGAMAL:
|
||||
/* Dont't allow type 20 keys unless in rfc2440 mode. */
|
||||
/* Don't allow type 20 keys unless in rfc2440 mode. */
|
||||
if (RFC2440)
|
||||
ga = GCRY_PK_ELG;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue