diff options
author | Werner Koch <[email protected]> | 2020-04-15 20:23:10 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-04-15 20:23:10 +0000 |
commit | 5c47e7825ba6f9524c1642675aa9fe70cd102b2c (patch) | |
tree | 8e1e8b9ecef37e5c30d9ec021beea561586fd8a8 /g10/misc.c | |
parent | gpg: Fix broken setting of AEAD algo. (diff) | |
download | gnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.tar.gz gnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.zip |
indent: Some typo and indentation changes for gpg.
--
Diffstat (limited to 'g10/misc.c')
-rw-r--r-- | g10/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/misc.c b/g10/misc.c index 8ace21f09..32a5e22b3 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -71,7 +71,7 @@ #include "../common/zb32.h" -/* FIXME: Libgcrypt 1.9 will support EAX. Until we kame this a +/* FIXME: Libgcrypt 1.9 will support EAX. Until we name this a * requirement we hardwire the enum used for EAX. */ #define MY_GCRY_CIPHER_MODE_EAX 14 |