aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2020-04-15 20:23:10 +0000
committerWerner Koch <[email protected]>2020-04-15 20:23:10 +0000
commit5c47e7825ba6f9524c1642675aa9fe70cd102b2c (patch)
tree8e1e8b9ecef37e5c30d9ec021beea561586fd8a8 /g10/mainproc.c
parentgpg: Fix broken setting of AEAD algo. (diff)
downloadgnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.tar.gz
gnupg-5c47e7825ba6f9524c1642675aa9fe70cd102b2c.zip
indent: Some typo and indentation changes for gpg.
--
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 941ffaa76..03573c921 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -956,7 +956,7 @@ proc_plaintext( CTX c, PACKET *pkt )
/* We add a marker control packet instead of the plaintext packet.
* This is so that we can later detect invalid packet sequences.
- * The apcket is further used to convey extra data from the
+ * The packet is further used to convey extra data from the
* plaintext packet to the signature verification. */
extrahash = xtrymalloc (6 + pt->namelen);
if (!extrahash)