mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <dkg@fifthhorseman.net>
This commit is contained in:
parent
831d014550
commit
24cf0606b4
95 changed files with 136 additions and 136 deletions
|
@ -251,7 +251,7 @@ clean_cache_slot (cert_item_t ci)
|
|||
*
|
||||
* FROM_CONFIG indicates that CERT is a permanent certificate and
|
||||
* should stay in the cache. IS_TRUSTED requests that the trusted
|
||||
* flag is set for the certificate; a value of 1 indicates the the
|
||||
* flag is set for the certificate; a value of 1 indicates the
|
||||
* cert is trusted due to GnuPG mechanisms, a value of 2 indicates
|
||||
* that it is trusted because it has been taken from the system's
|
||||
* store of trusted certificates. If FPR_BUFFER is not NULL the
|
||||
|
@ -1002,7 +1002,7 @@ get_cert_bysubject (const char *subject_dn, unsigned int seq)
|
|||
|
||||
|
||||
|
||||
/* Return a value describing the the class of PATTERN. The offset of
|
||||
/* Return a value describing the class of PATTERN. The offset of
|
||||
the actual string to be used for the comparison is stored at
|
||||
R_OFFSET. The offset of the serialnumer is stored at R_SN_OFFSET. */
|
||||
static enum pattern_class
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
Field 1: Constant "v"
|
||||
Field 2: Version number of this file. Must be 1.
|
||||
|
||||
This record must be the first non-comment record record and
|
||||
This record must be the first non-comment record and
|
||||
there shall only exist one record of this type.
|
||||
|
||||
1.3. CRL cache record
|
||||
|
|
|
@ -881,7 +881,7 @@ resolve_name_standard (const char *name, unsigned short port,
|
|||
else
|
||||
*portstr = 0;
|
||||
|
||||
/* We can't use the the AI_IDN flag because that does the conversion
|
||||
/* We can't use the AI_IDN flag because that does the conversion
|
||||
using the current locale. However, GnuPG always used UTF-8. To
|
||||
support IDN we would need to make use of the libidn API. */
|
||||
ret = getaddrinfo (name, *portstr? portstr : NULL, &hints, &aibuf);
|
||||
|
@ -1680,7 +1680,7 @@ get_dns_cert_standard (const char *name, int want_certtype,
|
|||
found, the malloced data is returned at (R_KEY, R_KEYLEN) and
|
||||
the other return parameters are set to NULL/0. If an IPGP CERT
|
||||
record was found the fingerprint is stored as an allocated block at
|
||||
R_FPR and its length at R_FPRLEN; an URL is is allocated as a
|
||||
R_FPR and its length at R_FPRLEN; an URL is allocated as a
|
||||
string and returned at R_URL. If WANT_CERTTYPE is 0 this function
|
||||
returns the first CERT found with a supported type; it is expected
|
||||
that only one CERT record is used. If WANT_CERTTYPE is one of the
|
||||
|
|
|
@ -1157,7 +1157,7 @@ http_get_status_code (http_t hd)
|
|||
/* Return information pertaining to TLS. If TLS is not in use for HD,
|
||||
NULL is returned. WHAT is used ask for specific information:
|
||||
|
||||
(NULL) := Only check whether TLS is is use. Returns an
|
||||
(NULL) := Only check whether TLS is in use. Returns an
|
||||
unspecified string if TLS is in use. That string may
|
||||
even be the empty string.
|
||||
*/
|
||||
|
|
|
@ -1471,7 +1471,7 @@ modlist_dump (LDAPMod **modlist, estream_t output)
|
|||
for ((ptr = (*m)->mod_values), (i = 1); ptr && *ptr; ptr++, i ++)
|
||||
{
|
||||
/* Assuming terminals are about 80 characters wide,
|
||||
display at most most about 10 lines of debugging
|
||||
display at most about 10 lines of debugging
|
||||
output. If we do trim the buffer, append '...' to
|
||||
the end. */
|
||||
const int max_len = 10 * 70;
|
||||
|
|
|
@ -190,7 +190,7 @@ data_line_write (assuan_context_t ctx, const void *buffer_arg, size_t size)
|
|||
const char *buffer = buffer_arg;
|
||||
gpg_error_t err;
|
||||
|
||||
/* If we do not want logging, enable it it here. */
|
||||
/* If we do not want logging, enable it here. */
|
||||
if (ctrl && ctrl->server_local && ctrl->server_local->inhibit_data_logging)
|
||||
ctrl->server_local->inhibit_data_logging_now = 1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue