aboutsummaryrefslogtreecommitdiffstats
path: root/sm
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2008-01-26 22:12:23 +0000
committerWerner Koch <[email protected]>2008-01-26 22:12:23 +0000
commitc3b9005ec3c02e90cc5fba3e654521d87140a29c (patch)
tree7b7739906c2aacec1caf788880e32ce8d5a7fdbd /sm
parentAdd --logger-fd alias. (diff)
downloadgnupg-c3b9005ec3c02e90cc5fba3e654521d87140a29c.tar.gz
gnupg-c3b9005ec3c02e90cc5fba3e654521d87140a29c.zip
Typo fixes.
Portability fix for asschk.c
Diffstat (limited to 'sm')
-rw-r--r--sm/keylist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index 604f9d986..0f5313eb2 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -491,8 +491,8 @@ list_cert_colon (ctrl_t ctrl, ksba_cert_t cert, unsigned int validity,
kludge_uid = NULL;
for (idx=0; (p = ksba_cert_get_subject (cert,idx)); idx++)
{
- /* In the case that the same email address is in the subecj DN
- as weel as in an alternate subject name we avoid printing it
+ /* In the case that the same email address is in the subject DN
+ as well as in an alternate subject name we avoid printing it
a second time. */
if (kludge_uid && !strcmp (kludge_uid, p))
continue;