aboutsummaryrefslogtreecommitdiffstats
path: root/sm/certlist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-11-19 16:32:05 +0000
committerWerner Koch <[email protected]>2007-11-19 16:32:05 +0000
commitc1270f06feda61ff864c485336d31db8a00cb56c (patch)
tree0643cd45958cb506d90cb7c2ef020c5049d0d47a /sm/certlist.c
parentStarted to implement the audit log feature. (diff)
downloadgnupg-c1270f06feda61ff864c485336d31db8a00cb56c.tar.gz
gnupg-c1270f06feda61ff864c485336d31db8a00cb56c.zip
Document --auto-issuer-key-retrieve.
Diffstat (limited to 'sm/certlist.c')
-rw-r--r--sm/certlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/certlist.c b/sm/certlist.c
index 3afdbc30b..4c92a1bb3 100644
--- a/sm/certlist.c
+++ b/sm/certlist.c
@@ -359,7 +359,7 @@ gpgsm_add_to_certlist (ctrl_t ctrl, const char *name, int secret,
{
ksba_cert_t cert2 = NULL;
- /* If this is the first possible duplicate, add thye orginal
+ /* If this is the first possible duplicate, add the original
certificate to our list of duplicates. */
if (!dup_certs)
gpgsm_add_cert_to_certlist (ctrl, cert, &dup_certs, 0);