[tor-commits] [tor/release-0.2.3] fix whitespace and trivial typo

arma at torproject.org arma at torproject.org
Tue Sep 4 23:06:54 UTC 2012


commit 4bd90e20b92fbe2b93fc53e24254f00e663d057e
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Sep 3 02:09:39 2012 -0400

    fix whitespace and trivial typo
---
 src/or/config.c    |    2 +-
 src/or/microdesc.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index d5e80cc..b9170f4 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -464,7 +464,7 @@ static config_var_t _option_vars[] = {
 /** Override default values with these if the user sets the TestingTorNetwork
  * option. */
 static const config_var_t testing_tor_network_defaults[] = {
-  V(ServerDNSAllowBrokenConfig,  BOOL,  "1"),
+  V(ServerDNSAllowBrokenConfig,  BOOL,     "1"),
   V(DirAllowPrivateAddresses,    BOOL,     "1"),
   V(EnforceDistinctSubnets,      BOOL,     "0"),
   V(AssumeReachable,             BOOL,     "1"),
diff --git a/src/or/microdesc.c b/src/or/microdesc.c
index c1ac1c3..b4d22c1 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -653,7 +653,7 @@ microdesc_list_missing_digest256(networkstatus_t *ns, microdesc_cache_t *cache,
   return result;
 }
 
-/** Launch download requests for mircodescriptors as appropriate.
+/** Launch download requests for microdescriptors as appropriate.
  *
  * Specifically, we should launch download requests if we are configured to
  * download mirodescriptors, and there are some microdescriptors listed the





More information about the tor-commits mailing list