diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2017-02-20 22:19:50 +0100 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-02-21 19:11:46 +0100 |
commit | 24cf0606b43038c7ce5e9c6ccb921895619c04f0 (patch) | |
tree | 4888dfeb4ed52052e71158b948499b12b4b04ec9 /tools/gpg-wks-server.c | |
parent | dirmngr: Add special treatment for the standard hkps pool to ntbtls. (diff) | |
download | gnupg2-24cf0606b43038c7ce5e9c6ccb921895619c04f0.tar.xz gnupg2-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 <dkg@fifthhorseman.net>
Diffstat (limited to 'tools/gpg-wks-server.c')
-rw-r--r-- | tools/gpg-wks-server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/gpg-wks-server.c b/tools/gpg-wks-server.c index ca89fc385..c17c1cf2e 100644 --- a/tools/gpg-wks-server.c +++ b/tools/gpg-wks-server.c @@ -133,7 +133,7 @@ static gpg_error_t command_cron (void); -/* Print usage information and and provide strings for help. */ +/* Print usage information and provide strings for help. */ static const char * my_strusage( int level ) { @@ -1105,7 +1105,7 @@ process_new_key (server_ctx_t ctx, estream_t key) if (policybuf.auth_submit) { - /* Bypass the confirmation stuff and publish the the key as is. */ + /* Bypass the confirmation stuff and publish the key as is. */ log_info ("publishing address '%s'\n", sl->d); /* FIXME: We need to make sure that we do this only for the * address in the mail. */ @@ -1525,7 +1525,7 @@ command_receive_cb (void *opaque, const char *mediatype, /* Return a list of all configured domains. ECh list element is the - * top directory for for the domain. To figure out the actual domain + * top directory for the domain. To figure out the actual domain * name strrchr(name, '/') can be used. */ static gpg_error_t get_domain_list (strlist_t *r_list) |