From 24cf0606b43038c7ce5e9c6ccb921895619c04f0 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Mon, 20 Feb 2017 16:19:50 -0500 Subject: Clean up word replication. -- This fixes extra word repetitions (like "the the" or "is is") in the code and docs. Signed-off-by: Daniel Kahn Gillmor --- sm/call-dirmngr.c | 2 +- sm/certchain.c | 2 +- sm/certdump.c | 2 +- sm/certlist.c | 2 +- sm/keydb.c | 2 +- sm/keylist.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'sm') diff --git a/sm/call-dirmngr.c b/sm/call-dirmngr.c index d0250634a..45303e8c4 100644 --- a/sm/call-dirmngr.c +++ b/sm/call-dirmngr.c @@ -430,7 +430,7 @@ inq_certificate (void *opaque, const char *line) } -/* Take a 20 byte hexencoded string and put it into the the provided +/* Take a 20 byte hexencoded string and put it into the provided 20 byte buffer FPR in binary format. */ static int unhexify_fpr (const char *hexstr, unsigned char *fpr) diff --git a/sm/certchain.c b/sm/certchain.c index 083c3ad92..b3e8656ca 100644 --- a/sm/certchain.c +++ b/sm/certchain.c @@ -2120,7 +2120,7 @@ get_regtp_ca_info (ctrl_t ctrl, ksba_cert_t cert, int *chainlen) } /* If this is a German signature law issued certificate, we store - additional additional information. */ + additional information. */ if (!gpgsm_is_in_qualified_list (NULL, array[depth-1], country) && !strcmp (country, "de")) { diff --git a/sm/certdump.c b/sm/certdump.c index bd7c6c3be..bd37da406 100644 --- a/sm/certdump.c +++ b/sm/certdump.c @@ -492,7 +492,7 @@ print_dn_part (estream_t stream, { /* Forward to the last multi-valued RDN, so that we can print them all in reverse in the correct order. Note - that this overrides the the standard sequence but that + that this overrides the standard sequence but that seems to a reasonable thing to do with multi-valued RDNs. */ while (dn->multivalued && dn[1].key) diff --git a/sm/certlist.c b/sm/certlist.c index 7baec6557..bfc35cefc 100644 --- a/sm/certlist.c +++ b/sm/certlist.c @@ -336,7 +336,7 @@ gpgsm_add_to_certlist (ctrl_t ctrl, const char *name, int secret, { if (!first_subject) { - /* Save the the subject and the issuer for key usage + /* Save the subject and the issuer for key usage and ambiguous name tests. */ first_subject = ksba_cert_get_subject (cert, 0); first_issuer = ksba_cert_get_issuer (cert, 0); diff --git a/sm/keydb.c b/sm/keydb.c index 44dd9ca14..75f83ee2d 100644 --- a/sm/keydb.c +++ b/sm/keydb.c @@ -265,7 +265,7 @@ keydb_add_resource (ctrl_t ctrl, const char *url, int force, int *auto_created) /* Do we have an URL? gnupg-kbx:filename := this is a plain keybox - filename := See what is is, but create as plain keybox. + filename := See what it is, but create as plain keybox. */ if (strlen (resname) > 10) { diff --git a/sm/keylist.c b/sm/keylist.c index 88a9c4fef..6db42e3f6 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -1280,7 +1280,7 @@ list_cert_std (ctrl_t ctrl, ksba_cert_t cert, estream_t fp, int have_secret, } -/* Same as standard mode mode list all certifying certs too. */ +/* Same as standard mode list all certifying certs too. */ static void list_cert_chain (ctrl_t ctrl, KEYDB_HANDLE hd, ksba_cert_t cert, int raw_mode, -- cgit v1.2.3