diff options
author | Yuri Chornoivan <[email protected]> | 2017-02-20 21:19:50 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2017-02-21 18:11:46 +0000 |
commit | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /sm | |
parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
download | gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.gz gnupg-24cf0606b43038c7ce5e9c6ccb921895619c04f0.zip |
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 <[email protected]>
Diffstat (limited to 'sm')
-rw-r--r-- | sm/call-dirmngr.c | 2 | ||||
-rw-r--r-- | sm/certchain.c | 2 | ||||
-rw-r--r-- | sm/certdump.c | 2 | ||||
-rw-r--r-- | sm/certlist.c | 2 | ||||
-rw-r--r-- | sm/keydb.c | 2 | ||||
-rw-r--r-- | sm/keylist.c | 2 |
6 files changed, 6 insertions, 6 deletions
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, |