summaryrefslogtreecommitdiffstats
path: root/g10/call-dirmngr.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-10-21 18:14:24 +0200
committerWerner Koch <wk@gnupg.org>2015-10-21 18:14:24 +0200
commit9ffcb77e2565651afdeda523374bcbb24b5bd735 (patch)
treedc08d23abb2189e5088f37b116f6b50cf05e184d /g10/call-dirmngr.c
parentdirmngr: Use the new DNS wrapper for the HKP engine. (diff)
downloadgnupg2-9ffcb77e2565651afdeda523374bcbb24b5bd735.tar.xz
gnupg2-9ffcb77e2565651afdeda523374bcbb24b5bd735.zip
Change capitalization of TOR to Tor.
--
Diffstat (limited to 'g10/call-dirmngr.c')
-rw-r--r--g10/call-dirmngr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c
index 10dcb2009..83af0be8d 100644
--- a/g10/call-dirmngr.c
+++ b/g10/call-dirmngr.c
@@ -183,13 +183,13 @@ create_context (ctrl_t ctrl, assuan_context_t *r_ctx)
else if ((opt.keyserver_options.options & KEYSERVER_HONOR_KEYSERVER_URL))
{
/* Tell the dirmngr that this possibly privacy invading
- option is in use. If Dirmngr is running in TOR mode, it
+ option is in use. If Dirmngr is running in Tor mode, it
will return an error. */
err = assuan_transact (ctx, "OPTION honor-keyserver-url-used",
NULL, NULL, NULL, NULL, NULL, NULL);
if (gpg_err_code (err) == GPG_ERR_FORBIDDEN)
log_error (_("keyserver option \"honor-keyserver-url\""
- " may not be used in TOR mode\n"));
+ " may not be used in Tor mode\n"));
else if (gpg_err_code (err) == GPG_ERR_UNKNOWN_OPTION)
err = 0; /* Old dirmngr versions do not support this option. */
}