[tor-commits] [tor/master] fix two typos in comments

arma at torproject.org arma at torproject.org
Mon Feb 22 07:35:08 UTC 2016


commit a9993a92fba0e8632635f2423fc4cc30da130a53
Author: Roger Dingledine <arma at torproject.org>
Date:   Mon Feb 22 02:34:50 2016 -0500

    fix two typos in comments
---
 src/or/microdesc.c  | 2 +-
 src/or/routerlist.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/microdesc.c b/src/or/microdesc.c
index dc23bcb..900a50e 100644
--- a/src/or/microdesc.c
+++ b/src/or/microdesc.c
@@ -840,7 +840,7 @@ microdesc_list_missing_digest256(networkstatus_t *ns, microdesc_cache_t *cache,
 /** 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
+ * download mirodescriptors, and there are some microdescriptors listed in the
  * current microdesc consensus that we don't have, and either we never asked
  * for them, or we failed to download them but we're willing to retry.
  */
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index f666270..13ef081 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -4452,7 +4452,7 @@ clear_dir_servers(void)
 /** For every current directory connection whose purpose is <b>purpose</b>,
  * and where the resource being downloaded begins with <b>prefix</b>, split
  * rest of the resource into base16 fingerprints (or base64 fingerprints if
- * purpose==DIR_PURPPOSE_FETCH_MICRODESC), decode them, and set the
+ * purpose==DIR_PURPOSE_FETCH_MICRODESC), decode them, and set the
  * corresponding elements of <b>result</b> to a nonzero value.
  */
 static void



More information about the tor-commits mailing list