diff options
author | Justus Winter <[email protected]> | 2016-10-27 12:58:01 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-10-27 12:59:56 +0000 |
commit | 445f0c13d751f6dee9d70ef0785866ab2a7ea120 (patch) | |
tree | 55b7113c092bed4ff910a4d2c377e92775c5c1c7 /g10/mainproc.c | |
parent | g10: Assert preconditions. (diff) | |
download | gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.tar.gz gnupg-445f0c13d751f6dee9d70ef0785866ab2a7ea120.zip |
Fix typos.
--
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r-- | g10/mainproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index fbcf316ac..5dc7c3323 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -2246,7 +2246,7 @@ proc_tree (CTX c, kbnode_t node) /* We must skip our special plaintext marker packets here because they may be the root packet. These packets are only used in - addtional checks and skipping them here doesn't matter. */ + additional checks and skipping them here doesn't matter. */ while (node && node->pkt->pkttype == PKT_GPG_CONTROL && node->pkt->pkt.gpg_control->control == CTRLPKT_PLAINTEXT_MARK) |