aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-10-25 20:52:58 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-10-25 20:53:05 +0000
commita7c5d65eb50355274c1b5b047c02c653f518900a (patch)
treed6c8de429f986735973a2ca6a653dad22af06e34 /g10/import.c
parentheaders: fix spelling (diff)
downloadgnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.tar.gz
gnupg-a7c5d65eb50355274c1b5b047c02c653f518900a.zip
all: fix more spelling errors
Diffstat (limited to 'g10/import.c')
-rw-r--r--g10/import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/import.c b/g10/import.c
index 6fdd53e85..23258a0a7 100644
--- a/g10/import.c
+++ b/g10/import.c
@@ -3073,7 +3073,7 @@ chk_self_sigs (ctrl_t ctrl, kbnode_t keyblock, u32 *keyid, int *non_self)
kbnode_t bsnode = NULL; /* Subkey binding signature node. */
u32 bsdate = 0; /* Timestamp of that node. */
kbnode_t rsnode = NULL; /* Subkey recocation signature node. */
- u32 rsdate = 0; /* Timestamp of tha node. */
+ u32 rsdate = 0; /* Timestamp of that node. */
PKT_signature *sig;
int rc;
kbnode_t n;