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/ks-engine-ldap.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dirmngr/ks-engine-ldap.c') diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c index c6fa5ebc3..77a2dd00d 100644 --- a/dirmngr/ks-engine-ldap.c +++ b/dirmngr/ks-engine-ldap.c @@ -838,8 +838,8 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } @@ -1021,8 +1021,8 @@ ks_ldap_search (ctrl_t ctrl, parsed_uri_t uri, const char *pattern, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } @@ -1897,8 +1897,8 @@ ks_ldap_put (ctrl_t ctrl, parsed_uri_t uri, if (opt.use_tor) { - /* For now we do not support LDAP over TOR. */ - log_error (_("LDAP access not possible due to TOR mode\n")); + /* For now we do not support LDAP over Tor. */ + log_error (_("LDAP access not possible due to Tor mode\n")); return gpg_error (GPG_ERR_NOT_SUPPORTED); } -- cgit v1.2.3