From 9ffcb77e2565651afdeda523374bcbb24b5bd735 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 21 Oct 2015 18:14:24 +0200 Subject: Change capitalization of TOR to Tor. -- --- dirmngr/crlfetch.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dirmngr/crlfetch.c') diff --git a/dirmngr/crlfetch.c b/dirmngr/crlfetch.c index 0f34e2794..7e814f53b 100644 --- a/dirmngr/crlfetch.c +++ b/dirmngr/crlfetch.c @@ -292,8 +292,8 @@ crl_fetch (ctrl_t ctrl, const char *url, ksba_reader_t *reader) } else if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); err = gpg_error (GPG_ERR_NOT_SUPPORTED); } else @@ -318,8 +318,8 @@ crl_fetch_default (ctrl_t ctrl, const char *issuer, ksba_reader_t *reader) { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) @@ -350,8 +350,8 @@ ca_cert_fetch (ctrl_t ctrl, cert_fetch_context_t *context, const char *dn) { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) @@ -377,8 +377,8 @@ start_cert_fetch (ctrl_t ctrl, cert_fetch_context_t *context, { if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("CRL access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("CRL access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } if (opt.disable_ldap) -- cgit v1.2.3