From c3b9005ec3c02e90cc5fba3e654521d87140a29c Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 26 Jan 2008 22:12:23 +0000 Subject: Typo fixes. Portability fix for asschk.c --- sm/keylist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sm') 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; -- cgit v1.2.3