diff options
author | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-10-21 16:14:24 +0000 |
commit | 9ffcb77e2565651afdeda523374bcbb24b5bd735 (patch) | |
tree | dc08d23abb2189e5088f37b116f6b50cf05e184d /dirmngr/dns-stuff.c | |
parent | dirmngr: Use the new DNS wrapper for the HKP engine. (diff) | |
download | gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.tar.gz gnupg-9ffcb77e2565651afdeda523374bcbb24b5bd735.zip |
Change capitalization of TOR to Tor.
--
Diffstat (limited to 'dirmngr/dns-stuff.c')
-rw-r--r-- | dirmngr/dns-stuff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c index ba4ab8fd0..00d2b3ee1 100644 --- a/dirmngr/dns-stuff.c +++ b/dirmngr/dns-stuff.c @@ -62,7 +62,7 @@ /* If set Tor mode shall be used. */ static int tor_mode; -/* Sets the module in TOR mode. Returns 0 is this is possible or an +/* Sets the module in Tor mode. Returns 0 is this is possible or an error code. */ gpg_error_t enable_dns_tormode (void) |